Python 學習筆記(一)

Python 學習筆記(一) 1. 環境搭建 官網下載安裝 (python 編寫代碼的軟件有很多,個人暫時只用python自帶的 IDLE 編寫,用python shell運行) 2. python初體驗 print and input print(…) -數值 print(’…’) or print(str(…)) -字符 print(" I’m ") or print (’ I’m ’ ) -
相關文章
相關標籤/搜索