model to decide whether argument is even or odd More...
Go to the source code of this file.
Namespaces | |
| even | |
Functions | |
| def | parity (number) |
Variables | |
| list | example_values |
| n = leval(sys.argv[1]) | |
| dictionary | sdic = {0: "even", 1: "odd"} |
| bool | verbose = False |
model to decide whether argument is even or odd
Definition in file even.py.