Skip to content

Instantly share code, notes, and snippets.

@merlinmann
Last active October 8, 2023 20:57
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save merlinmann/f209dabae0f6fa23cbebebdb1012c70a to your computer and use it in GitHub Desktop.
Save merlinmann/f209dabae0f6fa23cbebebdb1012c70a to your computer and use it in GitHub Desktop.
Paste this into your Google Doc for a place to store your cursor.
⌨️ Official Cursor-Resting Area:
╭―――――――╮
│ >_< │
╰―――――――╯
@dan
Copy link

dan commented May 28, 2021

Can you please refactor this for Python?

Copy link

ghost commented May 28, 2021

@dan here you go:

rest_area = """
╭―――――――╮
│  >_<  │
╰―――――――╯
"""

print( rest_area )

(run: https://replit.com/@dymsh/ElderlySiennaOutliers#main.py )

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