Closed sander76 closed 10 months ago
Look at the examples/name.py file and run it with python examples/name.py --age too-old.
examples/name.py
python examples/name.py --age too-old
This should raise some kind of conversion error ("too-old" cannot be converted to an int). But is not.
fixed.
Look at the
examples/name.py
file and run it withpython examples/name.py --age too-old
.This should raise some kind of conversion error ("too-old" cannot be converted to an int). But is not.