Nov-20-2019, 04:52 AM
Replace
input(int(...))
with int(input(...))
. Currently you are trying to convert a sentence into an integer and that puzzles the python interpreter.