With python 2, don't use input, use raw_input, which returns a string, and convert the result to an int. Here is a modified version which ...
確定! 回上一頁