返回列表 發帖

基本輸入

  1. score=input("請輸入你的成績: ")
  2. print(score)
複製代碼

  1. score=input("請輸入你的成績: ")
  2. print(score)
複製代碼

TOP

  1. score=input("請輸入你的成績: ")
  2. print(score)
複製代碼

TOP

  1. score=input("請輸入你的成績: ")
  2. print(score)
複製代碼

TOP

  1. score=input("請輸入你的成績:")
  2. print(score)
複製代碼

TOP

  1. score=int(input("請輸入您的成績: "))
  2. print(score)
複製代碼
._.

TOP

  1. score=input("輸入你的成績: ")
  2. print(score)
複製代碼

TOP

  1. score=input("請輸入你的成績:15 ")
  2. print(score)
複製代碼

TOP

  1. score=input("請輸入你的成績:16")
  2. print(score)
複製代碼

TOP

本帖最後由 林家代 於 2020-7-27 14:47 編輯
  1. score=input("請輸入你的成績:")
  2. input(score)
複製代碼

TOP

  1. score=input('請輸入你的成績: ')
  2. print(score)
複製代碼

TOP

  1. score+input("請輸入你的成績:")
  2. print(score)
複製代碼

TOP

  1. score=input("請輸入你的成績")
  2. print(score)
複製代碼

TOP

score=input("請輸入你的成績: ")
print(score)

TOP

  1. score=input("請輸入你的成績: ")
  2. print(score)
複製代碼

TOP

返回列表