2.2.2 Data Types

Cards (7)

  • What is an integer?
    A whole number.
  • What is a real value?
    A numerical value with a fractional component.
  • What is Boolean?
    True or false.
  • What is a character?
    A letter, number or symbol.
  • What is a string?
    A group of alphanumeric characters.
  • What is real known as on Python?
    Float.
  • What is casting?
    Converting from one data type to another.