[Courses] [courses][python]Assignment 2
Stephanie Boyd
slb at ixtab.org.uk
Fri Aug 2 19:17:26 EST 2002
Hi guys,
I've attached my hello world program. It can be run on the command line by
typing ./as2.py - assuming that python is in the same place on your machine.
Otherwise, you would have to change the path at the top to point to where
python is on your machine (eg #!/usr/local/bin/python).
--
Stephanie Boyd
Start every day off with a smile and get it over with.
-- W.C. Fields
-------------- next part --------------
#!/usr/bin/python
print 'Hello chix!'
More information about the Courses
mailing list