Learn Python 3 From Scratch: Variables (day 4)

Variables in Python are pretty similar to those of other dynamic languages like PHP and Ruby. You do not have to declare a variables type and the variable can its type as you assign it a different type of variables, see more in the video below.