English
全部
搜索
图片
视频
短视频
地图
资讯
Copilot
更多
购物
航班
旅游
笔记本
报告不当内容
请选择下列任一选项。
无关
低俗内容
成人
儿童性侵犯
时长
全部
短(小于 5 分钟)
中(5-20 分钟)
长(大于 20 分钟)
日期
全部
过去 24 小时
过去一周
过去一个月
去年
清晰度
全部
低于 360p
360p 或更高
480p 或更高
720p 或更高
1080p 或更高
源
全部
Dailymotion
Vimeo
Metacafe
Hulu
VEVO
Myspace
MTV
CBS
Fox
CNN
MSN
价格
全部
免费
付费
清除筛选条件
安全搜索:
中等
严格
中等(默认)
关闭
筛选器
1:09
YouTube
pwnoverflo
Switch-Case Statement in Python
How can you implement a switch-case statement in Python? In this video you will find the answer! ---------------------------------------------------------------------------------------------------------------- 💻 Code (Version 1) 💻 def switch(value): return { "one" : 1, "two" : 2, "three" : 3, "four" : 4, "five" : 5 }.get(value, 42) print ...
已浏览 3.8万 次
2019年4月23日
Python Switch Case Tutorial
12:51
Emulating switch/case Statements in Python with Dictionaries
YouTube
Real Python
已浏览 12.7万 次
2017年1月3日
4:01
Python Switch Statement Using Dictionary | Python Switch Case Tutorial
YouTube
ShawCode
已浏览 1万 次
2020年7月8日
4:40
Python Match Case: The ULTIMATE Guide to Python's New Switch Statement & Pattern Matching
YouTube
3 Byte
已浏览 14 次
6 个月之前
热门视频
16:58
Switch Case in Python | Switch Case Statement in Python | Python Tutorial | Brain Mentors
YouTube
BrainMentors Pvt Ltd
已浏览 5.2万 次
2020年6月6日
32:23
MASTER the Match Statement in Python | Python 3.10 Switch Case Complete Guide
YouTube
Fabio Musanni -
已浏览 1.6万 次
2022年11月23日
0:31
How to use switch-case(or match-case) in python || #PythonProjects 10 || #codeinmobile #python
YouTube
Coding World
已浏览 1.5万 次
2023年4月26日
Python Switch Case Examples
17:50
Lecture 24: Python Functions – Switch Case🔥 (Easy Explanation
YouTube
Triangle studies - CODING
已浏览 12 次
2 个月之前
14:36
Lecture 25: Python Functions – Switch Case(part 2🔥 (Easy Explanation
YouTube
Triangle studies - CODING
已浏览 17 次
2 个月之前
19:33
Lecture 23: Python Functions – Creation, Calling & Switch Case (Easy Explanation
YouTube
Triangle studies - CODING
已浏览 31 次
2 个月之前
16:58
Switch Case in Python | Switch Case Statement in Python | Python Tutorial | Brain Mentors
已浏览 5.2万 次
2020年6月6日
YouTube
BrainMentors Pvt Ltd
32:23
在视频中查找 01:34
Simple Example with Variables
MASTER the Match Statement in Python | Python 3.10 Switch Case
…
已浏览 1.6万 次
2022年11月23日
YouTube
Fabio Musanni - Programming Channel
0:31
How to use switch-case(or match-case) in python || #PythonProjects 10 || #codeinmobile #python
已浏览 1.5万 次
2023年4月26日
YouTube
Coding World
4:40
Python Match Case: The ULTIMATE Guide to Python's New Switch Statement & Pattern Matching
已浏览 14 次
6 个月之前
YouTube
3 Byte
12:51
在视频中查找 00:50
Emulating Switch Case Statements
Emulating switch/case Statements in Python with Dictionaries
已浏览 12.7万 次
2017年1月3日
YouTube
Real Python
5:03
Python For Beginners - Case Statements Explained
已浏览 655 次
2022年7月31日
YouTube
TeachingCS
3:43
HOW TO USE PYTHON SWITCH CASE STATEMENT | Code Leaks
已浏览 2243 次
2021年8月16日
YouTube
Code leaks
1:43
match-case in Python | Switch Statement Explained (Python 3.10+)
已浏览 76 次
3 个月之前
YouTube
Tech Diaries
17:50
Lecture 24: Python Functions – Switch Case🔥 (Easy Explanation
已浏览 12 次
2 个月之前
YouTube
Triangle studies - CODING
29:46
Python match case Tutorial | How to make your code way shorter and smarter #pybeginners
已浏览 65 次
9 个月之前
YouTube
Simplified by Singam
19:33
Lecture 23: Python Functions – Creation, Calling & Switch Case (Easy Explanation
已浏览 31 次
2 个月之前
YouTube
Triangle studies - CODING
2:42
Python: Emulating Switch Statements
已浏览 3 次
5 个月之前
YouTube
Wise Flame
5:49
Python Tutorial Part-6 | Switch Case in Python With isyllabi by Dr. KULDEEP Sir #match #isyllabi
已浏览 670 次
2024年12月31日
YouTube
iSyllabi
5:55
Learn Python MATCH-CASE STATEMENTS in 5 minutes! 📆
已浏览 4.5万 次
2024年7月27日
YouTube
Bro Code
12:30
Python Match Case vs If-Else: How the Match Statement Simplifies Complex Conditions
已浏览 1854 次
10 个月之前
YouTube
Code with Josh
45:49
Switch Statement in Python Explained in Simple English | Easy Examples for Beginner
已浏览 14 次
5 个月之前
YouTube
AI-Python
0:11
Switch case and Match case in JavaScript and Python.#javascript#python#coding#programming#shorts
已浏览 3165 次
2024年8月23日
YouTube
CodeWithAnmol
4:06
switch case in Python? It's not match case It's a dictionary!
已浏览 187 次
2 个月之前
YouTube
Python Morsels
27:19
Lec 16: Match case Statements in Python | Python Full Course (2025)
已浏览 1125 次
2025年4月3日
YouTube
Education Point Coding
5:54
Match Case Statement in Python | Explained with Menu-Driven Program
已浏览 12 次
9 个月之前
YouTube
CodeCore ComputerCenter
0:11
switch statement in c @ensolutions5210 #switch #en #oop #sql #python
已浏览 4432 次
2025年1月19日
YouTube
en
49:06
🔰 Python Conditional Statements | Step-by-Step for Beginners
已浏览 75 次
5 个月之前
YouTube
Start Somewhere
8:00
Implementing Switch-Case in Python: Efficient Alternatives
已浏览 6635 次
2020年11月11日
YouTube
Python Guruji
23:03
# 7 Python Match Case Statement with Examples | If-Elif Alternative
已浏览 293 次
7 个月之前
YouTube
python-with-uttam
5:38
在视频中查找 00:11
Qué es la condicional match case
¿Cómo usar MATCH CASE? 🤔 ¿el SWITCH CASE de Python? | Curs
…
已浏览 2162 次
2023年12月19日
YouTube
Mick Hacking
0:30
Switch Case is possible in Python!
已浏览 2841 次
2024年2月20日
YouTube
ByteSizedPython
6:27
Python match Case Explained in Depth | Switch Case Alternative in Python 3.10
已浏览 1 次
5 个月之前
YouTube
CodeConcepts by LearnEasy
15:18
Python if-else| Python Match Statement 🔥 | Switch-Case in Python Made EASY🔥
已浏览 26 次
2 个月之前
YouTube
SuperTekAdda
展开
更多类似内容
反馈