Python Practice Test
Python Data Types and Variables Questions and Answers
Which of the following data types is immutable in Python?
Select your answer
A
list
B
dict
C
set
D
tuple
Hint