標題:
基本輸入
[打印本頁]
作者:
鄭繼威
時間:
2024-1-23 15:15
標題:
基本輸入
本帖最後由 鄭繼威 於 2024-1-24 14:12 編輯
語法
變數= input([提示字串])
由input所接收的值型別是
字串
!
score=int(input("請輸入你的成績: "))
print(score)
複製代碼
作者:
李承睿
時間:
2024-1-24 14:16
標題:
Hi
print("請輸入你的名字")
name=input();
print(f"{name}, 你好")
複製代碼
作者:
劉娀德
時間:
2024-1-24 14:16
a=input("type a number")
b=int(a)*2
print(b)
複製代碼
作者:
許晨希
時間:
2024-1-24 14:18
score=int(input("請輸入你的成績:"))
print(score)
複製代碼
作者:
李品蓁
時間:
2024-1-24 14:18
score=int(input("請輸入你的成績:"))
print(score)
複製代碼
作者:
張桔熙
時間:
2024-1-24 14:19
score=int(input("請輸入你的成績: "))
print(score)
複製代碼
作者:
鄧塏諺
時間:
2024-1-24 14:19
a=int(input("請輸入你的成績:")
print(a)
複製代碼
作者:
鄭傳諭
時間:
2024-1-24 14:21
score=int(input("請輸入你的成績:"))
print(score)
複製代碼
作者:
蘇子禔
時間:
2024-1-24 14:21
score=int(input("請輸入你的成績: "))
print(score)
複製代碼
作者:
劉乙頡
時間:
2024-1-24 14:23
score=int(input("請輸入你的成績:"))
print(score)
作者:
蘇宥駥
時間:
2024-1-24 14:27
d=input("請輸入成績:")
print(int(d)+10)
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2