In Chapter 2, you stored your name and your age in variables. But did you notice? Your name had quotes around it and your age did not.
That is not random. Python treats different kinds of data differently — and it calls those kinds **types**.
type() tells you what type a value is. Run this and see what comes back.