Pythonic Details
The careful reader will notice some oddities in the example programs: syntactic details not mentioned in the notes so far. The next pages explain these in turn:
-
triple quoted strings
-
the continuation character
\
-
the line
done = input('Press Enter to exit...')
-
print formating using f-strings