Study

Data Type

  •   0%
  •  0     0     0

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