Top
File
: LP6E/Chapter34/asserter.py
⇨ Raw text
view
and
save
⇨ Page
script
and
template
def f(x): assert x < 0, 'x must be negative' return x ** 2