Familiarization with the basics of Python programming: Introduction to Python, Features of Python, executing a simple "hello world" program, execution modes: interactive mode and script mode, Python ...
One thing to note here is you can also use double triple quotes for multiline strings(""" """ like this). Do you remember I said(ok wrote) there is something called unassigned strings in this post?