Skip to content

Instantly share code, notes, and snippets.

@Sinitca-Aleksandr
Created January 27, 2016 09:19
Show Gist options
  • Select an option

  • Save Sinitca-Aleksandr/efa017c589bb8515e28a to your computer and use it in GitHub Desktop.

Select an option

Save Sinitca-Aleksandr/efa017c589bb8515e28a to your computer and use it in GitHub Desktop.
Простейшая программа HelloWorld на Python
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