🚨 Reminder: input() ALWAYS returns a string in Python. Even if a user types 25, you get \25\". Use int() or float() to convert! #PythonTips",