? Basic Problems of Python
? Basic Problems of Python
📝 Problems:
markdown
CopyEdit
**
***
****
*****
16. Write a program that stops taking input from the user when they
enter 0.
17. Write a program that skips even numbers and prints only odd
numbers from 1 to 20.
18. Write a program that uses the pass statement inside a loop.