標題:
基本輸入
[打印本頁]
作者:
鄭繼威
時間:
2023-1-30 00:21
標題:
基本輸入
語法
變數= input([提示字串])
由input所接收的值型別是字串!
score=int(input("請輸入你的成績: "))
print(score)
複製代碼
作者:
鄭繼威
時間:
2023-1-30 13:59
i=int(input("請輸入分數:"))
print(f"原本分數={i}")
c=i+30
print(f"加分後={c}")
複製代碼
作者:
莊硯羽
時間:
2023-1-30 14:05
i=int(input("請輸入分數:"))
print(f"原本分數={i}")
c=i+30
print(f"加分後={c}")
複製代碼
作者:
李宗祐
時間:
2023-1-30 14:06
i=int(input("請輸入分數:"))
print (f"原本分數={i}")
c=i+30
print(f"加分後={c}")
複製代碼
作者:
李允呈
時間:
2023-1-30 14:07
a=int(input("請輸入成績"))
print(f"原成績為{a}")
b=a+20
print(f"加分後{b}")
del a,b
複製代碼
作者:
劉奕劭
時間:
2023-1-30 14:13
i=int(input("請輸入成績:"))
print(f"原分={i}")
c=i+20
print(f"後分={i+20}")
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2