5 lines
45 B
Python
5 lines
45 B
Python
#!/usr/bin/python3
|
|
|
|
while True:
|
|
print("hi")
|
#!/usr/bin/python3
|
|
|
|
while True:
|
|
print("hi")
|