CSCI 1012
last_digit.pypizza_party.pyodd_string.py.zip with all the .py files
x will be a non-negative integerTrue if x’s last digit is 0 or 1
Falsepizza_party.py
True if one pie can be equally shared by the number of peoplepeople can equally share the slices
pizza_party(2) returns 1pizza_party(6) returns 3pizza_party(5) returns 5odd_string.py
odd_string(5) should return "1 3 5"odd_string(8) should return "1 3 5 7"