摘要:
7. def func(name=None,**kwargs): print 'name:'+name for k ,w in kwargs.items(): print '%s:%s'%(k,w)func('Liyulong')func('Liyulong',age=22)func('Liyulo 阅读全文
摘要:
Login_1.py #!/usr/bin/env python#coding:utf-8'''author:yangyingfilename:xi2.pydate:17-7-6 下午5:25desc:'''user="root"passwd="westos"count=0while count < 阅读全文