tutorial.eyehunts.com
Print even numbers in Python using a range | Example code
You can set the lower and upper limits by using the range() function to print even numbers in Python. Use if statement to check condition for
Rohit