Which of these is NOT a primitive data structure in Python?
(1 point)
Responses
string
string
Boolean
Boolean
set
set
float
1 answer
String, Boolean, and float are all primitive data structures in Python. Therefore, set is NOT a primitive data structure in Python.