Tag: Learn Python the Hard Way Exercise 5

LPTHW - Exercise 5: More Variables Printing

LPTHW - Exercise 5 Exercise 5 takes us back over variables and printing. It also introduces us to 'format strings'. One key thing to understand about Python is that there seems to have been a bit of a 'mess' around handling strings. This course exploits the behaviour available in Python 3.6 and above. And I can see why - it's the closest to the way Python 2 handled strings.

Read more...