会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
虚生
程序人生,不虚此生
博客园
首页
新随笔
联系
管理
订阅
2020年11月22日
python元组(tuple)循环遍历实例分析
摘要: 一 概念: 元组是有序且不可更改的集合。在 Python 中,元组是用圆括号编写的。 二 使用方法: 1 基本创建: thistuple = ("apple", "banana", "cherry") print(thistuple) 2 访问: thistuple = ("apple", "ban
阅读全文
posted @ 2020-11-22 19:48 虚生
阅读(3643)
评论(0)
推荐(0)
编辑
公告