Chapter 3 PCEP Quiz 1ΒΆ

  1. Write the correct data type after each of the literals below, choosing from among:

    • String

    • Boolean

    • Integer

    • Float

    • List

    • Tuple

    • Dictionary

    1. 'ACC'

    2. 3.14159

    3. [1, 2, 3]

    4. -32_378_245

    5. ('a', 'b', 'c')

    6. {'count': 5, 'color': 0xA40785}

    7. True