iT邦幫忙

xuango_chen9999 的所有最佳解答 1

(已解決)python基礎-讓使用者輸入input卻沒有等待

我認為是型態問題,改成這樣試試。 a=0 b=1 c=a+b first=True num = int(input("請輸入喔")) if...