scrimba
Learn Python
While Loops
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

AboutCommentsNotes
While Loops
Expand for more info
index.py
run
preview
console
print("1.*Loops are great*")
print("2.**Loops are great**")
print("3.***Loops are great***")
print("4.****Loops are great****")
print("5.*****Loops are great*****")
Console
"1.*Loops are great* "
,
"2.**Loops are great** "
,
"3.***Loops are great*** "
,
"4.****Loops are great**** "
,
"5.*****Loops are great***** "
,
index.html
-6:25