Skip to content

Instantly share code, notes, and snippets.

@jasonappah
Last active July 7, 2020 04:02
Show Gist options
  • Save jasonappah/8d368a729de12dc92af1ebcd62cce11e to your computer and use it in GitHub Desktop.
Save jasonappah/8d368a729de12dc92af1ebcd62cce11e to your computer and use it in GitHub Desktop.
hey!
def hey(viewer):
if viewer.isCool == True:
print('Go to my scrapbook, powered by hackclub/summer-scrapbooks!')
print('https://scrapbook.jasonaa.me')
else:
viewer.isCool = True
hey(viewer)
# Be cool. https://scrapbook.jasonaa.me
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment