How would you write a while loop to print all even numbers from 1-10?

i = 2while i <= 10: print(i) i += 2

Answered by Chantelle L. Python tutor

1317 Views

See similar Python Mentoring tutors

Related Python Mentoring answers

All answers ▸

Write a function that checks whether a number is prime or not.


Whats the output of "for i in "hello world": print(i)" and why/how is this achieved


Sort a given input of lowercase letters alphabetically


What is the difference between a for and a while loop?


We're here to help

contact us iconContact usWhatsapp logoMessage us on Whatsapptelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2025

Terms & Conditions|Privacy Policy
Cookie Preferences