Skip to content

Instantly share code, notes, and snippets.

@drive-slowly
Last active August 31, 2015 08:40
Show Gist options
  • Save drive-slowly/9033070 to your computer and use it in GitHub Desktop.
Save drive-slowly/9033070 to your computer and use it in GitHub Desktop.
Hello world program written by Python
#This code is for python 3.x not python 2.x.
print('Hello, world!')
@drive-slowly
Copy link
Author

Hello world program. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment