Monday 14 February 2022

Python practice programs for beginners - Day 17

 

Python practice programs for beginners - 17

Day 16: Solution

Python Multiplication table program

Output:

Python Multiplication table program


Day 17: While loop

Syntax:

while condition to check:

    statement to be executed

Example: 

   



Day 17 Task: 

Get a number from the user and print the odd numbers in that range.





1 comment :