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 Calculator Tutorial
0:33
How to Create a Calculator in Python Tkinter
YouTube
ActiveState
已浏览 4832 次
2020年12月5日
46:22
How to Create Calculator in Python - Full Tutorial
YouTube
DJ Oamen
已浏览 7082 次
2018年7月23日
1:03:58
How to Create Scientific Calculator in Python - Full Tutorial
YouTube
DJ Oamen
已浏览 7.5万 次
2018年8月27日
热门视频
8:58
Python Program to Make a Simple Calculator | Complete Tutorial
YouTube
WsCube Tech
已浏览 9.9万 次
2022年8月6日
19:53
How to Create a Simple Calculator Program using Python ? Video Tutorial
YouTube
Example Program
已浏览 7.3万 次
2019年7月18日
9:17
Python Program to Make a Simple Calculator using functions
YouTube
Learn Code
已浏览 2.8万 次
2021年7月22日
Python GUI Projects
9:42
Modern GUI With Python tkinter Full Tutorial
YouTube
TipsJazzInferno
已浏览 1931 次
5 个月之前
3:42
Creating An GUI Apps With Python PySimpleGUI - Tutorial 1
YouTube
Turtle Code
已浏览 9894 次
2023年12月4日
6:42:28
Python App Development: Build Modern GUIs in 7 Hours (Beginners Course)
YouTube
Code with Josh
已浏览 23.6万 次
2024年3月14日
跳转到 Algorithm for Simple Calculator in Python 的关键时刻
1:00
从 0:00 开始
Introduction and Setting Up the Loop
Python Calculator - Building a Simple Calculator Program in Python
YouTube
PythonByAbhi
5:52
从 0:00 开始
Introduction and Exercise Overview
Let's code a simple python CALCULATOR! 🧮
YouTube
Bro Code
34:01
从 01:20 开始
Setting Up the Calculator
Simple Calculator App Tutorial in Python for Beginners
YouTube
TokyoEdtech
17:06
从 11:02 开始
Finalizing the Calculator
How to Create a Simple Calculator in Python
YouTube
DJ Oamen
8:22
从 03:19 开始
Indentation and Colon in Python
How to Make a Simple Calculator With Python | Python Beginner Projects
YouTube
LeMaster Tech
4:07
从 00:31 开始
Designing the Calculator
Simple Calculator in Python - Method - 1 | Python Practice 2 | Newtum Solutions
YouTube
Newtum Solutions
22:27
从 05:53 开始
Running the Calculator
How to Program: A Simple Calculator in Python
YouTube
Synthetic Programming
19:53
从 0:00 开始
Introduction and Overview
How to Create a Simple Calculator Program using Python ? Video Tutorial
YouTube
Example Program
15:37
从 0:00 开始
Introduction and Setup
How to Build a Simple Calculator in Python - Step by Step 1
YouTube
Kindson The Tech Pro
8:58
Python Program to Make a Simple Calculator | Complete Tutorial
已浏览 9.9万 次
2022年8月6日
YouTube
WsCube Tech
19:53
How to Create a Simple Calculator Program using Python ? Video Tut
…
已浏览 7.3万 次
2019年7月18日
YouTube
Example Program
9:17
Python Program to Make a Simple Calculator using functions
已浏览 2.8万 次
2021年7月22日
YouTube
Learn Code
11:05
How to Make Calculator in Python (Using If Else Statement) | Tutoria
…
已浏览 22.6万 次
2021年6月26日
YouTube
WsCube Tech
11:05
Build a Simple Calculator Using Python | Beginner Python Project
已浏览 3114 次
5 个月之前
YouTube
ProgrammingKnowledge
10:49
Simple Calculator Using Python for Beginners | Step-by-Step Tutorial
已浏览 29 次
2 个月之前
YouTube
HARSHA
15:37
How to Build a Simple Calculator in Python - Step by Step 1
已浏览 41万 次
2018年12月27日
YouTube
Kindson The Tech Pro
19:00
How to Create a Simple Calculator Using Python | GUI Tkinter Project
已浏览 16.2万 次
2021年12月23日
YouTube
Parvat Computer Technology
0:55
Create a Basic Calculator in Python | Python Programming Tutorial | #p
…
已浏览 256 次
2024年5月20日
YouTube
Asmr Scripting
22:51
Simple GUI Calculator in Python
已浏览 32.4万 次
2021年7月25日
YouTube
NeuralNine
3:55
Python calculator program 🧮
已浏览 22.1万 次
2022年10月17日
YouTube
Bro Code
21:06
BASIC CALCULATOR | LEETCODE # 224 | PYTHON SOLUTION
已浏览 3.7万 次
2022年3月17日
YouTube
Cracking FAANG
27:09
"Python Calculator Project 🔢 | Build Basic to Advanced | Full Tutorial"
已浏览 30 次
1 个月前
YouTube
AI journey with Prakhar
46:34
Ultimate Python Calculator with GUI | Tkinter + Math Libraries Step 🪜 By
…
已浏览 230 次
9 个月之前
YouTube
EMIZ
3:53
Build a Simple Calculator in Python | Easy Python Project For Beginner
…
已浏览 65 次
8 个月之前
YouTube
IT With Faisal
1:52
Build a Simple Calculator in Python in 5 Minutes !!
已浏览 452 次
8 个月之前
YouTube
GenXis Labs
18:05
Build A Simple Calculator App - Python Tkinter GUI Tutorial #5
已浏览 38.7万 次
2019年1月19日
YouTube
Codemy.com
15:40
BASIC CALCULATOR II | LEETCODE 227 | PYTHON SOLUTION
已浏览 3.6万 次
2022年3月16日
YouTube
Cracking FAANG
11:57
Build a Scientific Calculator in Python with Tkinter | Full Tutorial
已浏览 128 次
11 个月之前
YouTube
AG_ YouTube
41:07
How to Create a Calculator in Python with Flet
已浏览 761 次
5 个月之前
YouTube
Usando Python | João
12:28
Build A Simple Calculator App - Python Kivy GUI Tutorial #15
已浏览 4.5万 次
2020年11月27日
YouTube
Codemy.com
16:13
Build a Modern UI Calculator in Python Tkinter | Step-by-Step Tuto
…
已浏览 3433 次
2024年8月7日
YouTube
Sen Gideons
2:10:43
Algorithms in Python – Full Course for Beginners
已浏览 28.7万 次
2022年9月22日
YouTube
freeCodeCamp.org
15:08
Python calculator app 🖩
已浏览 9.6万 次
2021年2月1日
YouTube
Bro Code
2:15
Build a Python Calculator in Minutes | Python Calculator Tutorial for Be
…
已浏览 248 次
4 个月之前
YouTube
Calvin's InfoSphere
56:38
How to Make a Modern Calculator in Python (Step-by-Step) with Smart
…
2 个月之前
YouTube
Prototype By AK
1:03
How to Build a Simple Python Calculator | Beginner Python Project
3 周前
YouTube
Easy Py
13:09
Python program 30 make a simple calculator in python
已浏览 6 次
2024年8月30日
YouTube
CodeHelp
6:54
Build a Simple Calculator in Python | Python Programming Projects
已浏览 183 次
6 个月之前
YouTube
Demoj Maths And Science Tutors
观看更多视频
更多类似内容
反馈