python-hard-way/infinite.py

5 lines
35 B
Python
Raw Normal View History

2019-01-25 01:20:10 +00:00
a = 1
while a == a:
print("hi")