English
全部
搜索
图片
视频
短视频
地图
资讯
更多
购物
航班
旅游
笔记本
报告不当内容
请选择下列任一选项。
无关
低俗内容
成人
儿童性侵犯
时长
全部
短(小于 5 分钟)
中(5-20 分钟)
长(大于 20 分钟)
日期
全部
过去 24 小时
过去一周
过去一个月
去年
清晰度
全部
低于 360p
360p 或更高
480p 或更高
720p 或更高
1080p 或更高
源
全部
Dailymotion
Vimeo
Metacafe
Hulu
VEVO
Myspace
MTV
CBS
Fox
CNN
MSN
价格
全部
免费
付费
清除筛选条件
安全搜索:
中等
严格
中等(默认)
关闭
筛选器
3:45
realpython.com
Immutable vs Mutable Objects – Real Python
There are two types of objects in Python: immutable ones and mutable ones. Simply put, a mutable object can have its values changed, or mutated, after it’s been created. The object in memory can be edited directly instead of having to create a new…
2020年7月7日
Python Tuple Tutorial
Tuples in Python: A Complete Guide
simplilearn.com
2024年7月1日
Python: Create a tuple with different data types - w3resource
w3resource.com
9 个月之前
19:29
Lists & Tuples in Python (How to Use Them Effectively?) #15
YouTube
Programiz
已浏览 13.2万 次
2020年10月9日
热门视频
6:43
Tuple Operations in Python - GeeksforGeeks
geeksforgeeks.org
2020年8月13日
Tuples - Advanced Python 02 - Python Engineer
python-engineer.com
2019年4月21日
Python Tuples vs. Lists | Built In
builtin.com
2024年8月20日
Python Tuple Methods
11:22
#5 python Tuples Tutorial: Create, Index, Slice, and More! || lesson-5
YouTube
Knowledge Cradle
已浏览 69 次
2024年8月13日
4:31
Python Tuple Functions | Sum, Max, Min, Count & Index Explained | Chapter 47
YouTube
Newtum Solutions
已浏览 32 次
5 个月之前
1:06
Day 17 Python | Tuple count & index Methods
YouTube
Code Minions
已浏览 175 次
3 个月之前
6:43
Tuple Operations in Python - GeeksforGeeks
2020年8月13日
geeksforgeeks.org
Tuples - Advanced Python 02 - Python Engineer
2019年4月21日
python-engineer.com
Python Tuples vs. Lists | Built In
2024年8月20日
builtin.com
0:22
What is Tuple in Python ? Immutable Concept Easy Explanation #coding
已浏览 1370 次
2 周前
YouTube
Code Karo
5:12
Mutable vs Immutable in Python (Beginner Friendly)
已浏览 291 次
2 个月之前
YouTube
Code Aaram se
0:31
Day 67 | Python Interview Questions | Tuple Changed Without Assignment?! 😱 #python #shorts
已浏览 1551 次
1 个月前
YouTube
Tech Bloomers
0:42
Python Tuples Explained: Immutable Data Types & Type Errors #shorts
已浏览 1 次
4 个月之前
YouTube
Durga Software Solutions
0:34
More than 90% Got This Python Question Wrong 😳 | Tuple += Trick (Part 1)
已浏览 15 次
1 个月前
YouTube
PyMLFinance
1:35
Python Day 43: Introduction to Tuples - Learn About Ordered and Immutable Data
已浏览 5 次
1 个月前
YouTube
The Industry Portal
1:33
Nagababu Balla | FlashCoders⚡⚡ on Instagram: "What is a Tuple? A tuple is a collection of items in Python that is: • Ordered • Immutable (cannot be changed) • Allows duplicate values Definition: A tuple is a built-in data type in Python used to store multiple values in a single variable, enclosed in parentheses (). Example: numbers = (10, 20, 30) names = ("ram", "sita", "ram") Tuple Syntax tuple_name = (item1, item2, item3) Single element tuple (important): t = (10,) # comma is mandatory Wrong:
已浏览 9069 次
2 个月之前
Instagram
flashcoders_
0:05
pythonfullstackcamp on Instagram: "🧠 Test your Python tuple skills! Immutable, fast, and powerful — can you ace this tuple quiz? Perfect for beginners & interview prep. Save, solve, and boost your Python game! 💡 Python(tuple) quiz Python tuples quiz Tuple quiz Python Python tuple MCQ Tuples in Python questions Python tuple practice test Tuple operations quiz Python immutable quiz Tuple methods Python quiz Python data structures quiz Hashtags #PythonTupleQuiz #TupleQuiz #PythonQuiz #TuplesInPyt
已浏览 6958 次
5 个月之前
Instagram
pythonfullstackcamp
0:21
i_simplify | 🔐 Tuples in Python – Immutable Lists Explained! Ever used a list but didn’t want it to change? That’s exactly where tuples come in! Once... | Instagram
已浏览 797 次
8 个月之前
Instagram
i__simplify
15:28
Tuples & Tuple Unpacking in Python
已浏览 2.3万 次
2019年5月22日
YouTube
Academind
7:06
Programming Terms: Mutable vs Immutable
已浏览 11万 次
2015年7月8日
YouTube
Corey Schafer
41:28
5. Tuples, Lists, Aliasing, Mutability, and Cloning
已浏览 24.7万 次
2017年2月15日
YouTube
MIT OpenCourseWare
9:55
Immutable vs Mutable Objects in Python
已浏览 7.2万 次
2017年5月15日
YouTube
Real Python
6:41
#6 Python Tutorial for Beginners | Tuple | Set in Python
已浏览 236.2万 次
2018年7月4日
YouTube
Telusko
3:04
Learn Python Programming - 35 - Mutable vs Immutable Data Types
已浏览 2.6万 次
2016年12月20日
YouTube
Clever Programmer
19:01
Python: Data Structures - Lists, Tuples, Sets & Dictionaries tutorial
已浏览 38万 次
2015年5月24日
YouTube
Programming and Math Tutorials
37:51
Lists & Tuples in Python - Beginner Python Tutorial #4
已浏览 2.7万 次
2018年3月7日
YouTube
Keith Galli
7:44
Python Tuples || Python Tutorial || Learn Python Programming
已浏览 40.2万 次
2016年7月28日
YouTube
Socratica
14:32
Tuple In Python | Python Tuple Tutorial With Example | Python Training | Edureka
已浏览 3.9万 次
2019年10月1日
YouTube
edureka!
27:04
2.4. Python Special data types | List Tuple Set Dictionary | Python Tutorial
已浏览 4.5万 次
2021年2月17日
YouTube
Siddhardhan
28:28
What is Tuple in Python - Explained with Examples | Python Tutorial
已浏览 9.3万 次
2021年7月12日
YouTube
WsCube Tech
11:50
Python Tuples | Learn Coding
已浏览 26.6万 次
2022年6月19日
YouTube
Learn Coding
21:21
Mutable vs Immutable - Python
已浏览 2.5万 次
2018年11月6日
YouTube
Tech With Tim
9:27
Introduction to Tuples in Python
已浏览 4.9万 次
2023年8月20日
YouTube
Neso Academy
9:49
Tuple in Python | 9
已浏览 1.5万 次
6 个月之前
YouTube
Telusko
7:10
Immutable vs Mutable | Python | lecture 8
已浏览 2万 次
2019年7月4日
YouTube
DevelopXYZ
展开
更多类似内容
反馈