mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-19 03:25:44 +00:00
7 lines
252 B
Plaintext
7 lines
252 B
Plaintext
|
# to install: python is normally already installed
|
||
|
# if not, install it this way:
|
||
|
# (Debian/Ubuntu) apt-get install python
|
||
|
# (Fedora/CentOS) yum install python
|
||
|
# to execute: python my_script.py
|
||
|
print "Hello, World!"
|