標題:
基本輸入
[打印本頁]
作者:
tonyh
時間:
2021-1-28 14:10
標題:
基本輸入
本帖最後由 tonyh 於 2021-1-28 14:13 編輯
score=input("請輸入你的成績: ")
print(score)
複製代碼
score=int(input("請輸入你的成績: "))
print(score)
複製代碼
作者:
方黃生
時間:
2021-1-28 14:15
score=input("請輸入你的成績: ")
print(score)
複製代碼
作者:
何若晴
時間:
2021-1-28 14:16
score=input("請輸入你的成績:" )
print(score)
複製代碼
作者:
陳宥銘
時間:
2021-1-28 14:17
score=input("請輸入你的成績: ")
複製代碼
作者:
林楷喆
時間:
2021-1-28 14:17
score=int(input("請輸入你的成績:"))
print(score)
複製代碼
作者:
賴聿均
時間:
2021-1-28 14:17
score=int(input("請輸入成績:"))
print(score)
複製代碼
作者:
謝苙豪
時間:
2021-1-28 14:18
score=int(input("請輸入你的成績: "))
print(score)
複製代碼
作者:
王旋兆
時間:
2021-1-28 14:18
score=input("請輸入你的成績: ")
print(score)
複製代碼
回復
1#
tonyh
作者:
林楷喆
時間:
2021-1-28 15:20
a=int(input("請指定a的值:") )
print(a)
b=int(input("請指定b的值:") )
print(b)
print("a+b={}"+str(a+b))
print("a-b="+str(a-b))
print("a*b="+str(a*b))
print("a/b="+str(a/b))
print("a%b="+str(a%b))
print("a//b="+str(a//b))
print("a**b="+str(a**b))
複製代碼
作者:
林楷喆
時間:
2021-1-28 15:31
a=int(input("請指定a的值:") )
print(a)
b=int(input("請指定b的值:") )
print(b)
print("a+b={}"+str(a+b))
print("a-b="+str(a-b))
print("a*b="+str(a*b))
print("a/b="+str(a/b))
print("a%b="+str(a%b))
print("a//b="+str(a//b))
print("a**b="+str(a**b))
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2