6 lines
80 B
Python
6 lines
80 B
Python
flase = False
|
|
|
|
while flase == False:
|
|
print("doing things")
|
|
flase = True
|