Created
April 28, 2020 00:40
-
-
Save renzon/c2a90ae479016dfd56c13c8e0cf2e801 to your computer and use it in GitHub Desktop.
Hello World
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
print('Olá Mundo') | |
def funcao(a, b): | |
pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment