摘要: 元组 元组其实跟列表差不多,也是存一组数,只不是它一旦创建,便不能再修改,所以又叫只读列表 语法 1 names = ("alex","jack","eric") 1 names = ("alex","jack","eric") 1 names = ("alex","jack","eric") 1 阅读全文
posted @ 2017-07-19 17:54 细雨轻风 阅读(219) 评论(0) 推荐(0)