in python
Print the numbers from 0 to 50 with the multiples of 7 left out.
for x in range(51): if(x%7!=0): print(x)
in python Print the numbers from 0 to 50 with the multiples of 7 left out.
Coins can be redeemed for fabulous gifts.
Log In
Sign Up
Post an Article +5 Coins
Post an Answer +5 Coins
Post a Question with Answer +5 Coins