摘要:
PEP8规范 ( Python Enhancement Proposal ) PEP 8: E231 missing whitespace after ‘,’这个意思是逗号后面要有一个空格 PEP 8: E203 whitespace before ‘,’这个意思是逗号前面不能有空格 PEP 8: 阅读全文
摘要:
创建远程仓库 在GitHub上注册一个账号,之后creat a new repository 创建的远程仓库把它看作一个百度网盘就可以了 克隆项目 1、远程仓库可以下载\克隆到本地 code :git clone https://github.com/Liu-logal2020/test.git l 阅读全文