摘要:
#元组和列表 #元组定义x = 5,6,2,6 #or x = (5,6,2,6) #列表定义 y = [5,6,2,6] # 元组的使用,我们用return语句来演示 def exampleFunc(): return (15,6)a,b = exampleFunc()print (a,b) pr 阅读全文
posted @ 2017-11-25 13:40
sunny_2016
阅读(151)
评论(0)
推荐(0)

浙公网安备 33010602011771号