tak terbatas saat python
#infinite While on Python
while True:
print('Hello World!')
Panicky Pelican
#infinite While on Python
while True:
print('Hello World!')
# 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 :)")