Last active
July 7, 2020 04:02
-
-
Save jasonappah/8d368a729de12dc92af1ebcd62cce11e to your computer and use it in GitHub Desktop.
hey!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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