摘要:
最近学习了下python,发现里面也有yield的用法,本来对C#里的yield不甚了解,但是通过学习python,对于C#的yield理解更深了!!不多说了,小学生水平的表达能力伤不起....直接上代码:using System;using System.Collections;using Sys... 阅读全文
posted @ 2015-12-07 18:25
a14907
阅读(501)
评论(0)
推荐(0)
摘要:
list=[11,"aa",33]增:list.insert(1,"asas")list.append(22)删:list.pop()list.pop(0)改:list[0]=22查:list[0]list[-1]tuple=(11,12,12,["22"])不可变的set:d = {'Michae... 阅读全文
posted @ 2015-12-07 14:25
a14907
阅读(168)
评论(0)
推荐(0)

浙公网安备 33010602011771号