Created
August 17, 2018 17:39
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