If you call the int() function without arguments, it will return 0. > ... in <module> int('3a') ValueError: invalid literal for int() with base 10: '3a'.
確定! 回上一頁