Python 中常用基本輸入輸出 ... 輸入整數. age = int(input("How old are you?")) print(age). How old are you?23 ... a, b = map(int, input("2 integers ").split()).
確定! 回上一頁