返回列表 發帖

基本輸入

  1. score=input("請輸入你的成績: ")
  2. print(score)
複製代碼
附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

  1. score=input("please type in your score:")
  2. print(score)
複製代碼

TOP

  1. score=input("send in your score:")
  2. print(score)
複製代碼

TOP

  1. score=input("please type in your score")
  2. print(score)
複製代碼

TOP

本帖最後由 古蕾娜 於 2018-7-7 13:26 編輯
  1. score=input("please enter your score")
  2. print(score)
複製代碼

TOP

返回列表