Quiz Catalog

Catalog of quizzes

words = {'user', 'billy',
    'password', 'text'}

print(words['password'])
TypeError: 'set' object is not subscriptable
  • set/operation