標題:
基本輸入
[打印本頁]
作者:
鄭繼威
時間:
2022-7-17 02:54
標題:
基本輸入
本帖最後由 鄭繼威 於 2022-7-17 03:01 編輯
語法
變數= input([提示字串])
由input所接收的值型別是字串!
score=int(input("請輸入你的成績: "))
print(score)
複製代碼
作者:
鄭繼威
時間:
2022-7-18 15:21
a=int(input("請輸入數字:"))
print("你剛輸入的數字是",a)
複製代碼
作者:
張晏齊
時間:
2022-7-18 15:27
# -*- coding: utf-8 -*-
"""
Spyder Editor
This is a temporary script file.
"""
score=int(input("請輸入你的分數: "))
print(score)
複製代碼
作者:
李宥廷
時間:
2022-7-18 15:28
score=int(input("輸入成績"))
print("你剛剛輸入的成績為"+str(score))
複製代碼
作者:
盧宥熏
時間:
2022-7-18 15:29
a=int(input("請輸入數字"))
print("你剛輸入的數字是",a,sep="")
複製代碼
作者:
陳羨芮
時間:
2022-7-18 15:30
a=int(input("請輸入數字"))
print("你剛剛輸入的數字是",a)
複製代碼
作者:
盧宥廷
時間:
2022-7-18 15:33
a=int(input("請輸入數字:"))
print("你剛剛輸入的數字是",a,sep="")
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2