Chapter 3 PCEP Quiz 1ΒΆ
Write the correct data type after each of the literals below, choosing from among:
String
Boolean
Integer
Float
List
Tuple
Dictionary
'ACC'
3.14159
[1, 2, 3]
-32_378_245
('a', 'b', 'c')
{'count': 5, 'color': 0xA40785}
True
Write the correct data type after each of the literals below, choosing from among:
String
Boolean
Integer
Float
List
Tuple
Dictionary
'ACC'
3.14159
[1, 2, 3]
-32_378_245
('a', 'b', 'c')
{'count': 5, 'color': 0xA40785}
True