Lecture #2 Python Data Type and Variables data data type ...

• Python uses dynamic typing, which means that the variable type is determined by its input. – The same variable name can be used as an integer at one point, and then if a string is assigned to it, it then becomes a string or character variable. ................
................