4 Respuestas
+ 10
# Try running this code snippet in the codePlayground or any other IDE you prefer ;)
x = 1
while (x <= 5):
if (2==2):
print("yes!")
else:
print("no!")
x += 1
+ 2
Yes
+ 1
Thank you very much.
0
I don't think so
there is indentation decide the scope of loop or if else