38.0k views
1 vote
Write a Python program that prints all the numbers from 0 to 6 except 3

and 6.
Note : Use 'continue' statement.
Expected Output : 0 1 2 4 5

User Juan L
by
4.8k points

1 Answer

1 vote

Explanation is in the file

tinyurl.com/wpazsebu

User Simon Hartcher
by
4.7k points