Keywords Flashcards
1
Q
assert
A
Asserts the value of a condition to be true
Throws an assertion error if the assertion fails
A message can be added to an assertion with a colon
assert expression : message
assert
Asserts the value of a condition to be true
Throws an assertion error if the assertion fails
A message can be added to an assertion with a colon
assert expression : message