Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 428 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 428 Bytes

development

  1. vscode
  2. python3.6
  3. install python extension suggestions in vscode

there are three ways to test

  1. choose one file, press F5 in vscode
  2. right click the file to run in terminal
  3. run python **.py in terminal

disclaimer

all the demos are from《byte-of-python-chinese-edition》, thanks for all the creators.