美文网首页
《Learn Python3 the Hard Way》 Lea

《Learn Python3 the Hard Way》 Lea

作者: GuessWhatever | 来源:发表于2018-07-18 01:11 被阅读0次

《Learn Python3 the Hard Way》  

Date: 2018.7.17


Practice 1: Preparing Work

Step1: Install Atom&Python3.7

S2: Open Terminal 

S3: Create a folder in Terminal by typing"mkdir lpthw"

S4:Create a file in Atom, save as"test.txt" to folder"lpthw"

S5:Back to Terminal, type"ls lpthw". You'll see the file"test.txt"

S6: type"cat test. txt". You'll see the content.(Got some problem here, can't get the content by typing cat...

相关文章

网友评论

      本文标题:《Learn Python3 the Hard Way》 Lea

      本文链接:https://www.haomeiwen.com/subject/qaenpftx.html