English
全部
搜索
图片
视频
地图
资讯
更多
购物
航班
旅游
笔记本
报告不当内容
请选择下列任一选项。
无关
低俗内容
成人
儿童性侵犯
时长
全部
短(小于 5 分钟)
中(5-20 分钟)
长(大于 20 分钟)
日期
全部
过去 24 小时
过去一周
过去一个月
去年
清晰度
全部
低于 360p
360p 或更高
480p 或更高
720p 或更高
1080p 或更高
源
全部
Dailymotion
Vimeo
Metacafe
Hulu
VEVO
Myspace
MTV
CBS
Fox
CNN
MSN
价格
全部
免费
付费
清除筛选条件
安全搜索:
中等
严格
中等(默认)
关闭
筛选器
5:52
YouTube
Bro Code
Let's code a simple python CALCULATOR! 🧮
#python #pythontutorial #pythoncourse # Python calculator operator = input("Enter an operator (+ - * /): ") num1 = float(input("Enter the 1st number: ")) num2 = float(input("Enter the 2nd number: ")) if operator == "+": result = num1 + num2 print(round(result, 3)) elif operator == "-": result = num1 - num2 print(round(result, 3)) elif operator ...
已浏览 4.6万 次
2024年8月13日
Python Tutorial
2:02:21
Python Full Course for Beginners [2025]
YouTube
Programming with Mosh
已浏览 231.6万 次
6 个月之前
4:26:52
Learn Python - Full Course for Beginners [Tutorial]
YouTube
freeCodeCamp.org
已浏览 4748.4万 次
2018年7月11日
12:00:00
Python Full Course for free 🐍 (2024)
YouTube
Bro Code
已浏览 563.4万 次
2024年8月20日
热门视频
10:19
Python Program #30 - Make a Simple Calculator in Python
YouTube
Programming For Beginners
已浏览 7.6万 次
2023年5月22日
10:24
Input a List using Loops in Python
YouTube
Neso Academy
已浏览 5.5万 次
2023年7月31日
3:55
Python calculator program 🧮
YouTube
Bro Code
已浏览 22.1万 次
2022年10月17日
Python Loop Examples
16:53
Loops in Python Simplified | for, while, break, continue + Examples
YouTube
Python Coding (CLCODING)
已浏览 2365 次
7 个月之前
1:35:32
Loops In Python: Beginners To Pro In One Video! (Python Full Course)
YouTube
Code Innings by WsCube
已浏览 358 次
3 周前
14:42
Python For Loops - Python Tutorial for Absolute Beginners
YouTube
Programming with Mosh
已浏览 70.7万 次
2018年11月5日
包括
how to loop an input and
calculate
it in python
的结果。
是否要仅显示
How to Loop an Input and Calclate It in Python
的结果?
跳转到 How to Loop an Input and Calclate It in Python 的关键时刻
9:20
从 04:23 开始
Building a Calculator with Input Function
Python User Input & Interactive Calculator | Python Course #14
YouTube
k0nze
7:23
从 0:00 开始
Introduction of While Loop Continuously & Input - Python for Beginners
While Loop Continuously & Input (6/7) - Python for Beginners
YouTube
rory mulcahey
5:52
从 00:12 开始
Creating a Variable for User Input
Let's code a simple python CALCULATOR! 🧮
YouTube
Bro Code
10:24
从 00:26 开始
Problem with Input Method
Input a List using Loops in Python
YouTube
Neso Academy
10:19
从 0:00 开始
Introduction to Simple Calculator
Python Program #30 - Make a Simple Calculator in Python
YouTube
Programming For Beginners
12:11
从 07:12 开始
Indexes vs Elements in Python Loops
Understanding Python loops
YouTube
Python and Pandas with Reuven Lerner
6:08
从 01:03 开始
Handling Multiple Inputs
User Input For List Using While Loop | Python Programs
YouTube
ProgramsAndMe
14:01
从 02:09 开始
Creating the For Loop
Using Python enumerate() With for Loops
YouTube
Real Python
10:18
从 03:29 开始
Breaking the Loop with Empty String Inputs
Python Calc Sum Average using infinite while loop
YouTube
Coding with Chapa
3:55
从 0:00 开始
Introduction of Python calculator program 🧮
Python calculator program 🧮
YouTube
Bro Code
10:19
Python Program #30 - Make a Simple Calculator in Python
已浏览 7.6万 次
2023年5月22日
YouTube
Programming For Beginners
10:24
Input a List using Loops in Python
已浏览 5.5万 次
2023年7月31日
YouTube
Neso Academy
3:55
Python calculator program 🧮
已浏览 22.1万 次
2022年10月17日
YouTube
Bro Code
6:08
User Input For List Using While Loop | Python Programs
已浏览 1.3万 次
2020年11月9日
YouTube
ProgramsAndMe
7:08
Python Tip Calculator Exercise using input()
已浏览 6572 次
2019年6月7日
YouTube
homastudio
16:53
Loops in Python Simplified | for, while, break, continue + Examples
已浏览 2365 次
7 个月之前
YouTube
Python Coding (CLCODING)
14:40
Python: While Loops (Reading User Input Indefinitely?!!)
已浏览 1.5万 次
2021年10月21日
YouTube
Afternerd
1:16:40
Python Loops Tutorial | Loops In Python | For Loop, While Loop an
…
已浏览 7.1万 次
2021年9月19日
YouTube
Simplilearn
10:14
Python Tutorial for Beginners 7: Loops and Iterations - For/While L
…
已浏览 97.6万 次
2017年5月17日
YouTube
Corey Schafer
36:09
For Loop In Python | 10 Problems Solved & Explained | Python for B
…
已浏览 3.9万 次
9 个月之前
YouTube
Coding With Sagar
5:19
Python For Loops - Programming for Beginners
已浏览 15.3万 次
2021年6月14日
YouTube
Python Simplified
5:06
For loops in Python are easy 🔁
已浏览 61.3万 次
2022年10月23日
YouTube
Bro Code
14:42
Python For Loops - Python Tutorial for Absolute Beginners
已浏览 70.7万 次
2018年11月5日
YouTube
Programming with Mosh
13:09
User Input For List | Python Programs
已浏览 11.1万 次
2020年11月9日
YouTube
Amulya's Academy
1:58:35
Python Loops Tutorial: Learn For, While, and Nested Loops with Pro
…
已浏览 5356 次
10 个月之前
YouTube
WsCube Tech
4:56
Tracing loop execution | Intro to CS - Python | Khan Academy
已浏览 5777 次
2024年6月26日
YouTube
Khan Academy
7:23
For Loops: Understanding Execution Flow | Python, Visually
…
已浏览 4316 次
8 个月之前
YouTube
Visually Explained
13:53
Python Range and Input Functions | Explained with Examples
已浏览 26 次
9 个月之前
YouTube
Python Learn & Earn
5:35
Nested loops in Python are easy ➿
已浏览 41万 次
2022年10月26日
YouTube
Bro Code
7:25
User Input for a List | Python Programming language Tutorial
已浏览 10.6万 次
2020年10月30日
YouTube
Example Program
2:36
Python loop with previous and next value. Is that possible?
已浏览 1869 次
2024年2月21日
YouTube
Python for Everyone
37:50
While Loop in Python | 10 Problems Solved Step-by-Step | Python for
…
9 个月之前
YouTube
Coding With Sagar
20:41
9. For loop [Python 3 Programming Tutorials]
已浏览 21.7万 次
2019年5月8日
YouTube
codebasics
14:14
How to Validate User Inputs in Python | Input Validation in Python
已浏览 4.8万 次
2022年7月27日
YouTube
Fabio Musanni - Programming Channel
28:35
How to Create Calculator in Python - Full Tutorial
已浏览 41.8万 次
2016年7月2日
YouTube
DJ Oamen
9:20
Python User Input & Interactive Calculator | Python Course #14
已浏览 3425 次
2022年1月17日
YouTube
k0nze
10:40
7. Python For Loops: Complete Guide with Examples
已浏览 791 次
7 个月之前
YouTube
learn by doing it
2:18
Sum of Integers in Python using Loops
1 个月前
YouTube
Learn to Code with CodeChef
31:21
Lecture 3 | Python For Loop & While Loop Explained | Loops in Python
…
已浏览 29 次
1 个月前
YouTube
Dr Shamikh Shahid
观看更多视频
更多类似内容
反馈