Skip to content

Instantly share code, notes, and snippets.

@april
Last active December 18, 2022 21:03
Show Gist options
  • Save april/57abbcba1339e14fbb13fb3a1db6c21c to your computer and use it in GitHub Desktop.
Save april/57abbcba1339e14fbb13fb3a1db6c21c to your computer and use it in GitHub Desktop.
python infinite loop printing @april@macaw.social
# demonstrating an infinite loop in python
while True:
print("check out my profile on Mastodon - @[email protected]")
@bensonk
Copy link

bensonk commented Dec 18, 2022

I found this super helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment