Types matter to Python (a bit)


  • Python differntiates between strings, integers, and floating point numbers.
  • "2" is not the same as 2
  • "3.14" is not the same as 3.14