day 06-02 元组(tuple)

Posted minkillmax

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了day 06-02 元组(tuple)相关的知识,希望对你有一定的参考价值。

a = (1,2,3,4)

# print(a[1:3])

a[1] = 5
print(a)   #我们只能查看,不能修改

以上是关于day 06-02 元组(tuple)的主要内容,如果未能解决你的问题,请参考以下文章

python学习笔记-day2-dict,tuple, string常用函数

6-18 day 12 tuple dic 2:56-4:00 找机会复习day 13

Python学习笔记-Day2-Python基础之元组操作

python 学习之路-day4

python———day04

Python学习笔记-Day2-Python基础之元祖操作