Created
September 24, 2016 14:06
-
-
Save amaotone/bf762d5bb0e91151df17abb24600ba64 to your computer and use it in GitHub Desktop.
sample python program
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 main(): | |
| print("hello world") | |
| if __name__ == '__main__': | |
| main() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment