第一天學習,教材是中文第四版,完全零基礎
之前電腦上安裝了anaconda ,所以現在是這個狀態,不知道python 3在之後的學習有沒有什麼問題,先這樣再說吧
ctrl+z撤銷,回到python之前
windows裡terminal 就是指powershell
建立目錄 mkdir ***
進入目錄 cd ***
建立檔案 問題中的編輯器就是指的gedit,隨便輸點東西儲存至你建立的那個目錄。
alt+tab切換視窗
知乎上看到的,這個分享很棒!!!
笨方法學python 習題4 5 6 7 8
習題4 space in a car中 car是假想空格字元 附加題 我的3的版本裡只用4沒有問題,我的猜想是2中如果除數都是int,答案會是去掉小數剩下的部分 比如說如果最後答案是3.75,python會顯示3,而實際上我們應該得出4這個答案,就不匹配了。是assignment,equal to ...
《 笨方法學 Python 》 習題 6 9
習題 6 字串和文字 x there are d types of people.10 binary binary do not don t 如果在字串中通過格式化字元放入多個變數,需要將變數放到 中,變數之間用逗號隔開 y those who know s and those who is s.b...
《笨方法學python》 習題1
習題1 第乙個程式 usr bin python coding utf 8 print hello world print hello again print i like typing this.print this is fun.print yay printing.print i d much...