zoukankan
html css js c++ java
元组Tuple
元组中元素可以不同元素
元组使用() 列表使用[ ]
元组只有一个元素 后面需加逗号 tuple(50,)
元组中元素不可以更改 可连接+
元组中元素不可以删除 但可用del删除整个元组
元组数不变 元组—>列表可改变数据
需要三个函数 str() tuple() list()
查看全文
相关阅读:
Python_装饰器复习_30
Python_每日习题_0002_个税计算
linux-文件流4种读取方式
Max Sum Plus Plus
棋盘问题
noip数学
P3384 【模板】树链剖分
P2419 [USACO08JAN]牛大赛Cow Contest
poj3159 Candies(差分约束)
小K的农场(差分约束)
原文地址:https://www.cnblogs.com/renxiaoyan/p/9848830.html
最新文章
HDOJ 2081 手机短号
HDOJ 2096 小明A+B
HDOJ 1002 A + B Problem II
tyvj1424 占卜DIY
poj2965 The Pilots Brothers' refrigerator
poj1328 Radar Installation
poj3190 Stall Reservations
洛谷P1080 国王游戏
洛谷P1012 拼数 string
POJ2018 Best Cow Fences 二分
热门文章
洛谷P4413 R2
->2018.06 计划
P3747 相逢是问候 欧拉定理+线段树
Python_每日习题_0003_完全平方数
Python_迭代器_35
Python_复习_34
Python_装饰器进阶_32
Python_装饰器习题_31
Git和Github的学习
Git_GitHub详解
Copyright © 2011-2022 走看看