So far, you've learnt a number of important concepts in Python. We've looked at numbers, expressions, strings, functions, objects and methods, type conversion and even escaping characters within a string!
In this tutorial, you'll learn about variables in Py...