Pls why is it dat d code print(i) couldn't run after d break code. Before print("Finished") was inputed | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Pls why is it dat d code print(i) couldn't run after d break code. Before print("Finished") was inputed

Python. i = 0 while 1==1: print(i) i = i + 1 if i >= 5: print("Breaking") break print("Finished")

27th Jun 2020, 10:52 PM
Sammy
Sammy - avatar
2 Answers
+ 2
Can you attach your code to your question to help us fully understand your query
27th Jun 2020, 11:08 PM
Rik Wittkopp
Rik Wittkopp - avatar
0
Its actually dere
15th Jul 2020, 9:55 PM
Sammy
Sammy - avatar