Created
August 17, 2018 17:39
-
-
Save acwoss/d688d31ef6d67e01377f2b7157cbdc0f to your computer and use it in GitHub Desktop.
SkyblueFantasticChapter created by acwoss - https://repl.it/@acwoss/SkyblueFantasticChapter
This file contains 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
__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