摘要:
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 阅读全文
posted @ 2017-07-08 22:26
yangying
阅读(146)
评论(0)
推荐(0)
摘要:
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 < 阅读全文
posted @ 2017-07-07 22:49
yangying
阅读(1484)
评论(0)
推荐(0)