Game Preview

Data Type

  •  English    7     Public
    Python
  •   Study   Slideshow
  • Which data type is used for whole numbers? A. string B. integer C. float D. boolean
    B
  •  15
  • What is the data type of 3.14? A. integer B. string C. float D. boolean
    C
  •  15
  • Which data type stores text? A. string B. integer C. float D. list
    A
  •  15
  • What is the value type of True? A. integer B. float C. boolean D. string
    C
  •  15
  • Which symbol is used for strings in Python? A. ( ) B. [ ] C. " " D. { }
    C
  •  15
  • Which Python data type would you use to store your name?
    String
  •  15
  • What is the data type of -37? A. float B. string C. integer D. boolean
    C
  •  15