Skip to content

Instantly share code, notes, and snippets.

@Seanny123
Created June 18, 2021 14:58
Show Gist options
  • Save Seanny123/89e1d6d5d9e74d490d8412447b734011 to your computer and use it in GitHub Desktop.
Save Seanny123/89e1d6d5d9e74d490d8412447b734011 to your computer and use it in GitHub Desktop.
An example of poor code formatting
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