isbn = input('Enter a nine digit ISBN number:' ); ... It is not realizing the length value of "123456789" as 9 but rather as 1.
確定! 回上一頁