摘要:
1,def 定义函数def test1(): print ('in the test1')def test2(): print ('in the test2') return 2def test3(): print ('in the test3') return 1,'hello',[1,2,3],{'name':'Tom'}x = test1()y = test2(... 阅读全文
posted @ 2017-06-03 10:56
包八力
阅读(94)
评论(0)
推荐(0)