python notes
- list list是一种有序的集合,可以随时添加和删除其中的元素。 len(list) : 统计list中元素个数 list.pop(): 删除list中最后一个元素 list.pop(i) : 删除任意一个index元素 list.insert(i,'xxx') : 任意index插入元素 - t
Basic Git Commands
Here is a list of some basic Git commands to get you going with Git. ||Git commands|Notes| |----|-----|----| |config| git config --global user.name "Bruce
Basic VI Commands
