Skip to content

Instantly share code, notes, and snippets.

@highway900
Created September 12, 2017 00:49
Show Gist options
  • Save highway900/6c458d0e9657c9371051cc273d15fabc to your computer and use it in GitHub Desktop.
Save highway900/6c458d0e9657c9371051cc273d15fabc to your computer and use it in GitHub Desktop.
print hello world
def greet(name):
print('Hello', name)
if __name__ == '__main__':
greet('WWorld')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment