Saturday, February 27, 2010

Simple Python Script

vim Hello.py
(type following code)

#! /usr/bin/python
print 'Hello!'

( esc + I + wq!: save the file)

chmod 700 Hello.py

./Hello.py

0 comments: