[問題] 新手 編輯器問題

看板Python作者 (徬徨)時間8年前 (2017/04/07 03:36), 8年前編輯推噓0(002)
留言2則, 2人參與, 最新討論串1/1
不確定是不是編輯器還是 哪邊打錯?或者沒搞清楚輸出? 一般教學文 的If score=int(input('輸入分數:')) if score >=90: print('得A') elif score >=80 and score<90: print('得B') elif score >=70 and score<80: print('得C') elif score >=60 and score<70: print('得D') else: print('不及格') 在SPYDER上 點RUN後 runfile('C:/Users/k9101/untitled0.py', wdir='C:/Users/k9101') 輸入分數: 這算有正常顯示成功嗎? 又 我要如何去執行這輸入分數試運算? 還有個問題 編輯器 可以建立虛擬環境名稱 在windows 開始頁面上 就有本身 跟 另外取名的 可以用,這差別又在哪? http://imgur.com/a/tpO7S   大概是圖片上  有編號env 跟沒env的差別 建置這環境的區別使用方式是? -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 180.176.218.206 ※ 文章網址: https://www.ptt.cc/bbs/Python/M.1491507384.A.8E3.html ※ 編輯: k91011022 (180.176.218.206), 04/07/2017 03:47:07

04/07 10:06, , 1F
第一個問題:滑鼠移過去點一下 鍵盤輸入分數
04/07 10:06, 1F

04/07 11:42, , 2F
3q
04/07 11:42, 2F
文章代碼(AID): #1OvfYuZZ (Python)
文章代碼(AID): #1OvfYuZZ (Python)