ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
ns_dev
/
Python
/
learning
/
commandprompttest.py
Revision:
8
Committed:
Sat May 5 04:21:19 2012 UTC
(13 years, 10 months ago) by
ninoborges
Content type:
text/x-python
Original Path:
Python/NinoCode/learning/commandprompttest.py
File size:
51 byte(s)
Log Message:
Initial Import
File Contents
#
User
Rev
Content
1
ninoborges
8
import os
2
3
print 'hello'
4
os.system('echo hey')