sudo apt-get install vim gitgit clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vimvim ~/.vimrcset nocomp...
a=(11,22,33,11,22,33 #元组tpye(a tupleb=[11,22,33,11,22,33]#列表tpye(b listc={11,22,33,11,22,33} #集合print(c {11,22,33}tp...
a=[]i=10while i<=55: a.ddd(i i+=1---------------------------------------range(...
improt sys print (sys.argv #argv 接受传来的参数 #name="老王" name=sys.argv[1] print ("...
__file__查找模块路径发布模块1.在包路径新建setup.py2.在文件写入from distutils.core import setupsetup(name="dongGew",version="1.0",...