0
Please how can i make while loop print up to five times
6 Antworten
+ 2
I present the python tutorial:
https://www.sololearn.com/learn/Python/2281/
+ 2
# Here's your code
i=0
while i<=4:
i=i+1
print("Hello world") #prints Hello world five times
+ 1
Thank
+ 1
Please i am just beginner and I am learning Python can u be my friend
0
You are welcome
0
Of course everyone can be your friend😂 But if this question is solved for you add a solved tag or add [solved] to the description] otherwise there will be many people who answer this already solved question.