How to print num in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to print num in python

Using for loop how to print 1 to 100 number

8th May 2019, 9:45 AM
Deepti Dixit
Deepti Dixit - avatar
2 Answers
+ 1
Please attempt doing it before you ask the question, it will boost your skills, and challenge you :) for i in range(1, 100): print(i)
8th May 2019, 9:06 PM
inxanedev!
inxanedev! - avatar