Quiz Catalog

Catalog of quizzes

assert "hello, world" is True
AssertionError
  • statement/assert
  • expression/operation/is
  • boolean/literal

value = True
assert value == True 
''
  • statement/assert
  • boolean/literal
  • boolean/operation/compare