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 ...
已浏览 5.7万 次
2024年8月13日
Python Calculator Tutorial
8:58
Python Program to Make a Simple Calculator | Complete Tutorial
YouTube
WsCube Tech
已浏览 9.9万 次
2022年8月6日
28:35
How to Create Calculator in Python - Full Tutorial
YouTube
DJ Oamen
已浏览 41.8万 次
2016年7月2日
45:28
How to Create a Calculator in Python - Full Tutorial
YouTube
DJ Oamen
已浏览 1.1万 次
2018年7月19日
热门视频
14:54
Use functions in Python to to create a calculator that adds, subtracts, divides and multiplies
YouTube
idtprof
已浏览 8527 次
2021年7月15日
1:37
How to Use the for Command to Collect Multiple Inputs in Python
YouTube
vlogize
5 个月之前
34:39
Build a Calculator in Python
YouTube
Kenny Yip Coding
已浏览 1.2万 次
6 个月之前
Python GUI Projects
6:42:28
Python App Development: Build Modern GUIs in 7 Hours (Beginners Course)
YouTube
Code with Josh
已浏览 23.6万 次
2024年3月14日
9:42
Modern GUI With Python tkinter Full Tutorial
YouTube
TipsJazzInferno
已浏览 1931 次
5 个月之前
8:58
Python GUI Builder | Modern GUI With Python | Automate Tkinter GUI Creation - Use Drag and Drop
YouTube
Proxlight
已浏览 2782 次
1 个月前
跳转到 Taking Multiple Inputs in a Calculator in Python 的关键时刻
1:00
从 00:14 开始
Splitting User Input into Operands
Python Calculator - Building a Simple Calculator Program in Python
YouTube
PythonByAbhi
从 00:23 开始
Splitting Input by Space
input multiple integers in one line Python
YouTube
Stack Equation
6:16
从 02:32 开始
Taking User Input for Choice of Operation
Basic Calculator Program in Python (Python Function)
YouTube
cbsecsip
从 03:36 开始
Testing the Calculator with Different Inputs
Building a Complex Calculator in Python: Step-by-Step Tutorial
YouTube
Brilliant Rodgers
5:52
从 00:12 开始
Creating a Variable for User Input
Let's code a simple python CALCULATOR! 🧮
YouTube
Bro Code
14:54
从 00:57 开始
Getting User Input
Use functions in Python to to create a calculator that adds, subtracts, divide
…
YouTube
idtprof
3:55
从 0:00 开始
Introduction of Python calculator program 🧮
Python calculator program 🧮
YouTube
Bro Code
13:34
从 01:09 开始
Inputting User Choices
How to Create a Simple Calculator using Python Programming Language
YouTube
LearningLad
从 00:34 开始
Assigning User Input
How to Build a Basic Calculator Using Python
YouTube
TechWithNash
14:54
Use functions in Python to to create a calculator that adds, subtracts,
…
已浏览 8527 次
2021年7月15日
YouTube
idtprof
1:37
How to Use the for Command to Collect Multiple Inputs in Python
5 个月之前
YouTube
vlogize
34:39
Build a Calculator in Python
已浏览 1.2万 次
6 个月之前
YouTube
Kenny Yip Coding
16:13
Build a Modern UI Calculator in Python Tkinter | Step-by-Step Tuto
…
已浏览 3433 次
2024年8月7日
YouTube
Sen Gideons
3:55
Python calculator program 🧮
已浏览 22.1万 次
2022年10月17日
YouTube
Bro Code
19:53
How to Create a Simple Calculator Program using Python ? Video Tut
…
已浏览 7.3万 次
2019年7月18日
YouTube
Example Program
13:06
Tutorial #10: Taking Multiple User Inputs in ONE line code _ Python
…
已浏览 9143 次
2022年5月31日
YouTube
Make Everyday EZ Day
11:05
Build a Simple Calculator Using Python | Beginner Python Project
已浏览 3895 次
5 个月之前
YouTube
ProgrammingKnowledge
11:05
How to Make Calculator in Python (Using If Else Statement) | Tutoria
…
已浏览 22.6万 次
2021年6月26日
YouTube
WsCube Tech
19:00
How to Create a Simple Calculator Using Python | GUI Tkinter Project
已浏览 16.2万 次
2021年12月23日
YouTube
Parvat Computer Technology
1:45
How to Pass Multiple Inputs Using subprocess.run in Python 3.7+
3 周前
YouTube
vlogize
9:17
Simple Calculator in Python with if-else | Python for Beginners Tutori
…
已浏览 17 次
3 周前
YouTube
Pybeginners
1:52
Build a Simple Calculator in Python in 5 Minutes !!
已浏览 452 次
8 个月之前
YouTube
GenXis Labs
1:29
How to Effectively Store Multiple Inputs in Python Using Loops
5 个月之前
YouTube
vlogize
10:25
Taking user input in Python | The input function
已浏览 4.2万 次
2021年6月17日
YouTube
CampusX
22:06
✨ How to Make a Simple Calculator in Google Colab Using Python 🧮🚀
已浏览 752 次
6 个月之前
YouTube
Code with Mohsin
6:19
Lec-5: Input from User in Python 🐍 | Input() in Python 🐍 | Python for Begi
…
已浏览 12.9万 次
2023年1月19日
YouTube
Gate Smashers
11:48
Python input() Example Explained LIVE | Step-by-Step for Beginner 2
…
已浏览 67 次
4 周前
YouTube
Umair Mehmood
1:57
How to Use Multithreading in Python for Alternating Inputs
3 个月之前
YouTube
vlogize
1:50
How to Correctly Input Multiple Tuples into a List in Python
2 周前
YouTube
vlogize
16:38
input () Function in Python Explained | Master Input in 5 Minut
…
已浏览 90 次
1 个月前
YouTube
Umair Mehmood
6:09
Your very first exercise in Python | Exercise 01 #pybeginners
已浏览 1 次
2 个月之前
YouTube
Pybeginners
1:52
How to Process Multiple Space-Separated Integers in Python
已浏览 1 次
3 个月之前
YouTube
vlogize
7:25
User Input for a List | Python Programming language Tutorial
已浏览 10.6万 次
2020年10月30日
YouTube
Example Program
2:47
Python program to add subtract multiplication and division taking i
…
已浏览 1.4万 次
2021年4月7日
YouTube
codecamp
33:16
Easy Calculator in Python Tutorial | Step by Step Guide to Create GUI
…
已浏览 3562 次
2021年9月3日
YouTube
All About Python
2:59
User Input in Python | Python Basics Tutorial | CodeChef
2 周前
YouTube
Learn to Code with CodeChef
3:14
How to Take User Input in Python Step by Step
已浏览 8 次
2 周前
YouTube
Bahawalpur Tv
1:55
Efficiently Collect Multiple User Inputs in Tkinter with Python
1 个月前
YouTube
vlogize
观看更多视频
更多类似内容
反馈