The Loop Within A Loop - Infinite Refresh

Warning: Do not attempt to exit. This loop will never end.

You are currently trapped in an infinite loop of refreshment.

Refresh, refresh, refresh. It's all you'll ever do.

Click here to continue the cycle.

			while True:
				print("Refreshing...")
				time.sleep(1)
			print("Refreshed!")