Casting

Cards (4)

  • Str(3) returns “3”
  • int(“3”) returns 3
  • float(“3.14”) returns 3.14
  • Variables should be typecast using int, str, and float functions