2 Star 0 Fork 0

shine_forever / pyTest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tupleANDdic.py 216 Bytes
一键复制 编辑 原始数据 按行查看 历史
shine_forever 提交于 2014-01-12 11:15 . add tupleANDdic.py file.
#! /usr/bin/env python
#coding:utf-8
def test(*arg,**kvarg):
#tuple output
print "arg is :",arg
print "+"*10
#dic output
print "kvarg is:",kvarg
print "##"*10
test(1,2,3)
test(1,3,5,a=1,b=30,c=20)
Python
1
https://gitee.com/shine_forever/pyTest.git
git@gitee.com:shine_forever/pyTest.git
shine_forever
pyTest
pyTest
master

搜索帮助