Created
June 18, 2021 15:16
-
-
Save Seanny123/72dda3eb36f1306574262c23fa559088 to your computer and use it in GitHub Desktop.
Result of auto-formatting with Black
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 hello(name): | |
return "Hello" + name | |
name = input("Enter your name: ") | |
print(hello(name)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment