5 lines
35 B
Python
5 lines
35 B
Python
|
a = 1
|
||
|
|
||
|
while a == a:
|
||
|
print("hi")
|