Python Program To Print Even And Odd Numbers Using While Loop

Опубликовано: 09 Март 2025
на канале: Jakubication
102
1

This video shows Python programs to print even, and then odd numbers using a while loop. To print even numbers using a while loop in Python you start at two, and then skip count by two, up to the number that you want to stop printing out numbers at. To print odd numbers using a while loop in Python you start at one, and then skip count by two up to the number you want to stop printing out the numbers at.

Sections
0:00 - Python Program To Print Even Numbers Using While Loop
1:19 - Python Program To Print Odd Numbers Using While Loop
2:40 - Outro

#python #codingtutorial #learntocode