Quiz Catalog

Catalog of quizzes

a = (0)
b = [0], [[0]], {0}, [(0)]

for i in b:
  print(a in i)
True False True True
  • list/operation/in