You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
297 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
# (Mac OS X) brew install python
# to execute: python my_script.py
print "Hello, World!"