If input() always returns a string, how do we add numbers a user typed? Use int() or float() to turn text into a number, and str() to do the reverse.