added hello world for python 3k

This commit is contained in:
rck
2008-12-24 05:41:23 +08:00
committed by Mike Donaghy
parent 94e0d7d593
commit 9992f07797

2
p/python3.py Normal file
View File

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