python 2 python 3 区别: python2: 源码功能重复 源码不统一,维护困难 python3: 源码功能不重复 源码统一,维护简单 Git常用命令 git add . git commit -m "备注信息" git push -u origin master 学习思路 思维不能固化 容易忘 -- 多进行回顾 三天一小顾 五天一大顾 没思路 -- 多读题,写伪代码 一听就会,一做就废 来源:https://www.cnblogs.com/Gin1/p/11935377.html 标签 git 源码