Skip to content

Instantly share code, notes, and snippets.

@Seanny123
Created June 18, 2021 15:16
Show Gist options
  • Save Seanny123/72dda3eb36f1306574262c23fa559088 to your computer and use it in GitHub Desktop.
Save Seanny123/72dda3eb36f1306574262c23fa559088 to your computer and use it in GitHub Desktop.
Result of auto-formatting with Black
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