#!/usr/bin/python -u
print "Hello World!"You can either:
./code/hello.pyorpython code/hello.pycd code/andsudo chmod +x hello.pyand./hello.pypythonandprint "Hello World!"in the intepreter
#!/usr/bin/python -u
print "Hello World!"You can either:
./code/hello.py or python code/hello.pycd code/ and sudo chmod +x hello.py and ./hello.pypython and print "Hello World!" in the intepreter