Added first language , python

This commit is contained in:
Mike Donaghy
2007-11-20 15:28:39 -05:00
commit f554664a34

2
hello.py Normal file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env python
print "Hello World"