標題:
基本輸入
[打印本頁]
作者:
鄭繼威
時間:
2022-8-17 00:43
標題:
基本輸入
本帖最後由 鄭繼威 於 2022-8-18 15:15 編輯
語法
變數= input([提示字串])
由input所接收的值型別是字串!
score=int(input("請輸入你的成績: "))
print(score)
複製代碼
作者:
鄭繼威
時間:
2022-8-18 15:18
score=int(input("請輸入你的成績:"))
print("你的成績為:",score)
print("你的成績-10分",score-10)
複製代碼
作者:
陳牧謙
時間:
2022-8-18 15:21
本帖最後由 陳牧謙 於 2022-8-18 15:22 編輯
score=int(input("請輸入您的成績:"))
print("你的成績為:",score)
print("你的成績-10分",score-10)
print("你的成績+10分",score+10)
複製代碼
作者:
姜宏叡
時間:
2022-8-18 15:24
score=int(input("請輸入你的成績: "))
print(score)
複製代碼
作者:
吳俊頡
時間:
2022-8-18 15:25
score=int(input("請輸入你的成績:"))
print("你的成績為:",score)
print("你的成績-10分",score-10)
複製代碼
作者:
胡凰月
時間:
2022-8-18 15:26
score=int(input("請輸入你的成績:"))
print("你的成績為:",score)
print("你的成績-10分",score-10)
複製代碼
作者:
彭郁程
時間:
2022-8-18 15:27
score=int(input("請輸入你的成績"))
print("你的成績為",score,sep="")
複製代碼
作者:
簡宗漢
時間:
2022-8-18 15:28
score=input("請輸入你的成績:")
print("你的成績是"+score)
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2