vim Hello.py
(type following code)
#! /usr/bin/python
print 'Hello!'
( esc + I + wq!: save the file)
chmod 700 Hello.py
./Hello.py
(type following code)
#! /usr/bin/python
print 'Hello!'
( esc + I + wq!: save the file)
chmod 700 Hello.py
./Hello.py
0 comments:
Post a Comment