標題:
格式化輸出 (二)
[打印本頁]
作者:
tonyh
時間:
2022-6-18 14:34
標題:
格式化輸出 (二)
name,score="Tony",100
print("{}的成績為{}分".format(name,score))
複製代碼
作者:
王捷恩
時間:
2022-6-18 14:58
name, score="tony's", 100
print("{} score is {} percent".format(name, score))
複製代碼
作者:
李沛昂
時間:
2022-6-18 15:01
name,score="Tony",100;
print("{}的成績是{}分".format(name,score))
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2