python-hard-way/infinite.py

5 lines
35 B
Python

a = 1
while a == a:
print("hi")