All
Search
Images
Videos
Maps
News
Copilot
More
Shopping
Flights
Travel
Notebook
Report an inappropriate content
Please select one of the options below.
Not Relevant
Offensive
Adult
Child Sexual Abuse
Length
All
Short (less than 5 minutes)
Medium (5-20 minutes)
Long (more than 20 minutes)
Date
All
Past 24 hours
Past week
Past month
Past year
Resolution
All
Lower than 360p
360p or higher
480p or higher
720p or higher
1080p or higher
Source
All
Dailymotion
Vimeo
Metacafe
Hulu
VEVO
Myspace
MTV
CBS
Fox
CNN
MSN
Price
All
Free
Paid
Clear filters
SafeSearch:
Moderate
Strict
Moderate (default)
Off
Filter
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 ...
61.5K views
Aug 13, 2024
Python Calculator Tutorial
19:53
How to Create a Simple Calculator Program using Python ? Video Tutorial
YouTube
Example Program
74.6K views
Jul 18, 2019
28:35
How to Create Calculator in Python - Full Tutorial
YouTube
DJ Oamen
418.3K views
Jul 2, 2016
11:05
How to Make Calculator in Python (Using If Else Statement) | Tutorial for Beginners
YouTube
WsCube Tech
241.1K views
Jun 26, 2021
Top videos
34:39
Build a Calculator in Python
YouTube
Kenny Yip Coding
40K views
10 months ago
3:55
Python calculator program 🧮
YouTube
Bro Code
239.7K views
Oct 17, 2022
8:58
Python Program to Make a Simple Calculator | Complete Tutorial
YouTube
WsCube Tech
104.5K views
Aug 6, 2022
Python GUI Projects
11:38
Create Stunning Python GUIs in 10 Minutes With Drag & Drop
YouTube
Coding Is Fun
186.4K views
Jun 16, 2024
18:23:19
The ultimate introduction to modern GUIs in Python [ with tkinter ]
YouTube
Clear Code
1.2M views
Mar 23, 2023
6:42:28
Python App Development: Build Modern GUIs in 7 Hours (Beginners Course)
YouTube
Code with Josh
248.9K views
Mar 14, 2024
Jump to key moments of Taking Multiple Inputs in a Calculator in Python
2:01
From 00:23
Splitting Input by Space
input multiple integers in one line Python
YouTube
Stack Equation
1:00
From 00:14
Splitting User Input into Operands
Python Calculator - Building a Simple Calculator Program in Python
YouTube
PythonByAbhi
7:59
From 02:42
Taking Inputs from Inputs
Python Program to Make a Calculator
YouTube
C.S.E-Pathshala by Nirmal Gaud
6:37
From 03:36
Testing the Calculator with Different Inputs
Building a Complex Calculator in Python: Step-by-Step Tutorial
YouTube
Brilliant Rodgers
5:52
From 00:12
Creating a Variable for User Input
Let's code a simple python CALCULATOR! 🧮
YouTube
Bro Code
19:53
From 03:30
Reading User Input
How to Create a Simple Calculator Program using Python ? Video Tutorial
YouTube
Example Program
13:35
From 01:09
Inputting User Choices
How to Create a Simple Calculator using Python Programming Language
YouTube
LearningLad
23:49
From 01:09
Creating Two Frames
Python Calculator Tutorial
YouTube
DJ Oamen
19:00
From 05:00
Testando o Calculator
How to Create a Simple Calculator Using Python | GUI Tkinter Project
YouTube
Parvat Computer Technology
18:01
From 01:05
Defining the Calculator Class
How to Create Calculator in Python
YouTube
Paul Oamen
34:39
Build a Calculator in Python
40K views
10 months ago
YouTube
Kenny Yip Coding
3:55
Python calculator program 🧮
239.7K views
Oct 17, 2022
YouTube
Bro Code
8:58
Python Program to Make a Simple Calculator | Complete Tutorial
104.5K views
Aug 6, 2022
YouTube
WsCube Tech
19:53
How to Create a Simple Calculator Program using Python ? Video Tut
…
74.6K views
Jul 18, 2019
YouTube
Example Program
11:05
How to Make Calculator in Python (Using If Else Statement) | Tutoria
…
241.1K views
Jun 26, 2021
YouTube
WsCube Tech
19:00
How to Create a Simple Calculator Using Python | GUI Tkinter Project
165.4K views
Dec 23, 2021
YouTube
Parvat Computer Technology
11:39
How to Build a Simple Calculator in Python - Step by Step 2
24.9K views
Dec 30, 2018
YouTube
Alkademy Learning
9:17
Simple Calculator in Python with if-else | Python for Beginners Tutori
…
306 views
5 months ago
YouTube
Simplified by Singam
9:49
Multiple inputs in one line in python, Split function in Python, Python T
…
2.8K views
Jul 31, 2020
YouTube
Cyber Warriors
15:37
How to Build a Simple Calculator in Python - Step by Step 1
416.4K views
Dec 27, 2018
YouTube
Alkademy Learning
11:05
Build a Simple Calculator Using Python | Beginner Python Project
4.6K views
10 months ago
YouTube
ProgrammingKnowledge
10:19
Python Program #30 - Make a Simple Calculator in Python
117K views
May 22, 2023
YouTube
Programming For Beginners
8:19
How to Take Multiple Inputs from the User using Python🐍 | Python Program
14.1K views
Oct 26, 2022
YouTube
WsCube Tech
2:59
User Input in Python | Python Basics Tutorial | CodeChef
184 views
5 months ago
YouTube
Learn to Code with CodeChef
6:19
Lec-3: Input from User in Python 🐍 | Input() in Python 🐍 | Python for Begi
…
196.8K views
Jan 19, 2023
YouTube
Gate Smashers
10:25
Taking user input in Python | The input function
48.9K views
Jun 17, 2021
YouTube
CampusX
13:06
Tutorial #10: Taking Multiple User Inputs in ONE line code _ Python
…
9.5K views
May 31, 2022
YouTube
Make Everyday EZ Day
6:05
How to Use the input() Function in Python (2025)
566 views
8 months ago
YouTube
ProgrammingKnowledge
12:10
GCSE Computer Science Python #2 - Inputs, Outputs and Operators
5.5K views
Feb 1, 2023
YouTube
StudyStream+
0:20
Take two values as input and multiply in Python 🐍||#python #codi
…
63 views
2 months ago
YouTube
Mohd Arslan
0:51
Python Lab Varied amount of input data
2.5K views
Mar 2, 2024
YouTube
Python Let's Learn IT 2gether
2:04
Add Two Numbers From User Input | Python Example
10.5K views
Aug 16, 2022
YouTube
Portfolio Courses
4:15
How to Add Two Numbers in Python | Simple User Input Program Tutorial
3.9K views
Sep 20, 2024
YouTube
LearningLad
4:13
User input | Intro to CS - Python | Khan Academy
8.5K views
Jun 26, 2024
YouTube
Khan Academy
9:25
Make Your Python Code Interactive! input() Function Tutorial(Part 9) | P
…
40 views
3 weeks ago
YouTube
ARCTutorials - Python & AI Tutorials
1:51
How to Efficiently Gather Multiple Inputs in Python Using input
3 months ago
YouTube
vlogize
2:09
How to Repeat a Function Loop in Python for Multiple Calculations
3 views
9 months ago
YouTube
vlogize
0:44
User Input in Python | Multiple User Inputs Made Easy
278 views
3 months ago
YouTube
Progma Engineer
16:38
input () Function in Python Explained | Master Input in 5 Minut
…
126 views
5 months ago
YouTube
Umair Mehmood
See more videos
More like this
Feedback