Skip to content

Instantly share code, notes, and snippets.

@acwoss
Created August 17, 2018 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acwoss/d688d31ef6d67e01377f2b7157cbdc0f to your computer and use it in GitHub Desktop.
Save acwoss/d688d31ef6d67e01377f2b7157cbdc0f to your computer and use it in GitHub Desktop.
SkyblueFantasticChapter created by acwoss - https://repl.it/@acwoss/SkyblueFantasticChapter
__author__ = 'Anderson Carlos Woss'
def hello():
f'Autor: {__author__}'
print('Hello')
print(hello.__doc__) # None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment