This repository has been archived on 2021-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
scientificComputing/resources/python/tutorial/01FirstProgram.py

5 lines
97 B
Python

print "Hello World"
# for the advanced
print "%i times hello, %s and %s" % (2, "Jan", "Fabian")