This repository has been archived on 2021-05-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
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")