Python saat loop palsu
# Lol it does nothing.
Faithful Ferret
# Lol it does nothing.
condition = 3
while not (condition == 0) :
print(condition)
condition = condition - 1
while True:
print("eee")
while True:
print("Goodbye World") #this will print 'Goodbye World' continuously.
# Tutorial while true:
while True:
# some code in while infinity loop
# code in while True after 4 chars of spacebar
print("This is while")
print("Goodbye :)")