python 要怎麼同時輸出變數與字串. python. if判斷. 變數 ... x = input("請輸入數字") x = int(x) if x % 5 == 0: print("%d是5的倍數" % x) elif x % 7 == 0: ...
確定! 回上一頁