Created
January 27, 2016 09:19
-
-
Save Sinitca-Aleksandr/efa017c589bb8515e28a to your computer and use it in GitHub Desktop.
Простейшая программа HelloWorld на Python
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
| s = "Hello World" | |
| print(s) | |
| print("Hello world") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment