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