English
全部
搜索
图片
视频
地图
资讯
更多
购物
航班
旅游
笔记本
报告不当内容
请选择下列任一选项。
无关
低俗内容
成人
儿童性侵犯
时长
全部
短(小于 5 分钟)
中(5-20 分钟)
长(大于 20 分钟)
日期
全部
过去 24 小时
过去一周
过去一个月
去年
清晰度
全部
低于 360p
360p 或更高
480p 或更高
720p 或更高
1080p 或更高
源
全部
Dailymotion
Vimeo
Metacafe
Hulu
VEVO
Myspace
MTV
CBS
Fox
CNN
MSN
价格
全部
免费
付费
清除筛选条件
安全搜索:
中等
严格
中等(默认)
关闭
筛选器
0:14
TEXAS BOOT RANCH on Instagram: "A Closer Look At Our Black Cherry Python Boots For ONLY $109!!亮喝Available At TEXASBOOTRANCH.NET"
已浏览 3335 次
8 个月之前
Instagram
texasbootranchofficial
0:46
৫টি গণিতের কৌশল যা তোমার স্কোর বাড়িয়ে দেবে!
已浏览 1737 次
3 个月之前
YouTube
SOE 11 & 12 WBCHSE
0:50
function in python #foryoupage
已浏览 1.7万 次
3 个月之前
TikTok
python_is_trash
0:20
GOT7 Dance Practice: Just Right Performance
已浏览 4.2万 次
7 个月之前
TikTok
def_7.9
2:11
Python en ejérsicios Función Def scrip LA app es PyDroid-3 #python #programa1 #inpar #variablespeed ##PythonParaPrincipiantes #EstudiaConmigo #ParaTi #TechTok #Coding #input #PythonEnTikTok #def#scrip#Coding #pydroid#PythonParaPrincipiantes #DesarrolladorTikTok
已浏览 2767 次
2 个月之前
TikTok
aprende_python_facil
0:36
python_is_trash на TikTok
已浏览 1502 次
3 个月之前
TikTok
python_is_trash
0:06
Python Quiz!!🧠 range function|solve and comment the answer.
1 周前
YouTube
Code Snap
0:22
🦎 Python Turtle – Chhipkali (Lizard) Drawing #python #coding #pythonprogramming #trend
已浏览 1376 次
1 周前
YouTube
AP Technical Gyan
1:00
Python Clean Code Secrets! #shortvideo #short #shorts #viralshort #shortsfeed
1 周前
YouTube
Learn with Imran Afzal
0:51
Day 12 | Python Input Function 🔥 | Take User Input in Python #Shorts #learningpython
1 周前
YouTube
Solanki DevX
0:36
Sameer Nigam| Machine Learning Engineer | AI Mentor on Instagram: "✅Roadmap👇🏼 Also if you want to access pdf version with code examples of the roadmap comment “PYTHON”. 1️⃣Python Basics • Understanding variables, data types, and basic Python syntax • Mastering arithmetic, comparison, and logical operators • Crafting conditional statements (if, else, elif) for decision-making • Defining and invoking functions for reusable code • Employing iterations (for and while loops) and comprehensions for
已浏览 1680 次
1 周前
Instagram
Sarmad on Instagram: "📝 Day 23/100 – Docstrings in Python: Ever wondered how developers explain their code *inside the code*? That’s where **docstrings** come in. 👉 A docstring is a special string literal that appears **right after** defining a function, class, or module. It documents *what the code does* without affecting the output. ### 🔹 Example ```python def square(n): '''Takes in a number n, returns the square of n''' return n**2 print(square(5)) print(square.__doc__) ``` 📌 **Output:**
已浏览 3381 次
1 周前
Instagram
1:30
@80s90s2000scutz on Instagram: "🌟 “Get It On... Tonite” – Montell Jordan (1999) 🎶 “Girl, if it’s alright… let’s go somewhere and get it on tonight…” 🎤 Smooth R&B Confession Released in October 1999 as the lead single from Montell Jordan’s fifth album Get It On... Tonite, the track showed a grown, more mature side of the R&B star who first blew up with “This Is How We Do It.” With its slick groove and storytelling lyrics, it became Montell’s second-biggest hit and a late-’90s R&B staple. 🌀 Ba
已浏览 2万 次
3 周前
Instagram
Tutorial: Python Enumerate Function
已浏览 6019 次
9 个月之前
YouTube
Tech With Tim
Python functions def say_hello(): print(
已浏览 4832 次
2023年10月11日
TikTok
karinadatascientist
ก้อทเจ็ด ฮีเสิร์ฟ 💚 GOT7 on Music Core #GOT7 #igot7 #python #mbc #musiccore
已浏览 13.4万 次
7 个月之前
TikTok
def.holyday
Don't Run Code Directly, Use A Main Function // Python Tips
已浏览 1.7万 次
2022年4月20日
YouTube
ArjanCodes
JAY B GOT7 Chile 🌴 on Instagram: "[ X ] 03.05.25 🌴 JAY B con el sobrino que todxs quisiéramos ser 🥹💚 #JAYB #GOT7 #RoadRunner #JAYB_RoadRunner #GOT7_PYTHON #PYTHON #IGOT7#DEF #Jaebeom #임재범 #갓세븐재멈 #갓세븐제이비 #got7jayb 🌸"
已浏览 2.5万 次
4 个月之前
Instagram
Artificial Intelligence | AI on Instagram: "Neural networks are essentially function approximators, they are fed input and output data with an unknown target function, then asked to approximate and represent the underlying relationship between the data. Instead of defining the function analytically, neural networks learn it directly from the data by adjusting their internal parameters (also known as the weights and biases) during training. Given enough input-output pairs as data, the network min
已浏览 2.5万 次
3 个月之前
Instagram
0:10
Coding | Learning | codingstream.ai on Instagram: "Python Functions Explained 👇 A Python function is a block of code that runs when called. Python functions are reusable and help make code efficient. Normal Function in Python A normal function in Python is created using the def keyword. It has a function name, parameters, function body, and a return statement def keyword defines a Python function. Function name (addTwo) and parameters (a, b) are used. Return statement gives the result. Lambda F
已浏览 3772 次
6 个月之前
Instagram
codingstream.ai
0:35
Codefinity | Online Courses on Instagram: "Tired of copy-pasting the same code? It’s time to meet your new best friend: def. Python functions keep your code clean, reusable, and way less chaotic 🧼🐍 👇 Start writing smarter, not longer. #coding #csstudents #programming #learntocode #python #tech #developer"
已浏览 1.4万 次
1 个月前
Instagram
ᴄᴏᴅᴇx_ᴀɪ | DATA SCIENCE on Instagram: "Explanation: Answer: D. Error Python sees x = 5 inside the function, so it treats x as a local variable throughout the function. But print(x) appears before x = 5, so it's trying to access a local variable before it's defined. This raises an UnboundLocalError. 🧠 Even though there's a global x = 10, Python ignores it because of the assignment x = 5 inside the function. . . . . #python #pythonprogramming #pythonforbeginners ##pythonlearning #pythoncode #pyth
已浏览 3218 次
1 个月前
Instagram
0:17
Python Def Function ()
已浏览 1749 次
2023年2月12日
YouTube
crawly with program
1:55
What is Culture?
已浏览 3.6万 次
2015年10月19日
YouTube
Cultural Competency Team
1:36
What is a Gyroscope? | Application of Gyroscope Explained
已浏览 4771 次
2021年2月7日
YouTube
Learn with Yaqoob
2:38
Slang
已浏览 8.7万 次
2023年2月23日
YouTube
Def Leppard - Topic
1:15
PYTHON FUNK
已浏览 1089.5万 次
2024年8月22日
YouTube
Sayfalse - Topic
0:32
CHEAP DEF Yard Fertilizer
已浏览 2.5万 次
2023年6月13日
YouTube
Big D Ranch
0:09
Python Functions↑↑Click
2 个月之前
YouTube
Evolve Learn
0:33
Comment and Uncomment in PyCharm | Python
已浏览 1.2万 次
2023年5月28日
YouTube
Code Adhyayana
观看更多视频
更多类似内容
反馈