There are many ways to create loops. There is the boring while True: way: while True: print('hi') But that is boring, as mentioned above. I want to see if you can create a better to make something RUN FOREVER.

There are many ways to create loops. There is the boring while True:
way:
while True:
print('hi')
But that is boring, as mentioned above. I want to see if you can create a better to make something RUN FOREVER.