Skip to content

Instantly share code, notes, and snippets.

@rkaneko
Last active July 3, 2017 11:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rkaneko/14e3c21971f1b897e864a1302d2338e8 to your computer and use it in GitHub Desktop.
Save rkaneko/14e3c21971f1b897e864a1302d2338e8 to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
def main():
print("Hello Python3")
if __name__ == '__main__':
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment