Data types: what is inside the box?
Python infers types for you, but you still need to know them. If you try to add a number to text, Python raises an error because it "does not know how to add 5 to the word 'Hello'."
Python infers types for you, but you still need to know them. If you try to add a number to text, Python raises an error because it "does not know how to add 5 to the word 'Hello'."