filmov
tv
Make a simple calculator using Python

Показать описание
This the easiest way to make a simple calculator in python programing. In this code you can add(➕), substract(➖), multiply(✖), divide(➗) two or more.
"CODE(for sum of two numbers)"
print("Enter first number")
n1 = input()
print("Enter second number")
n2 = input()
print("Sum of these two numbers is", int(n1) + int(n2))
"CODE(for difference of two numbers)"
print("Enter first number")
n1 = input()
print("Enter second number")
n2 = input()
print("Difference of these two numbers is", int(n1) - int(n2))
"CODE(for product of two numbers)"
print("Enter first number")
n1 = input()
print("Enter second number")
n2 = input()
print("Product of these two numbers is", int(n1) * int(n2))
"CODE(for divide of two numbers)"
print("Enter first number")
n1 = input()
print("Enter second number")
n2 = input()
print("Divide of these two numbers is", int(n1) / int(n2))
Software used in this video---
Other videos form this channel---
#pythonprograming #andriodstudio #subscribe
#youtubeislife #subscriber #youtubeguru #youtubecontent #newvideo #subscribers
#youtubevideo #youtub #youtuber #youtubevideos #x22report #AppsKaBaap
#carryminati #bbkivines #youtubetreanding #twittertreands #youtubevideos.
#youtubemusic #youtubechannel #video #live #youtubecreator #viral
Search-------------------------------
What is Python Programing
How to create a calculator
How to create a calculator for andriod
How to create a calculator in andriod studio
How to create a simple calculator app
How to create a simple calculator app using andriod studio
How to create a simple calculator app in andriod studio
How to create a simple calculator app in andriod
How to create a simple calculator app in python
How to create a simple calculator in python
How to make a calculator
How to make a calculator for andriod
How to make a calculator in andriodstudio
How to make a simple calculator app
How to make a simple calculator app using andriod studio
How to make a simple calculator app in andriod studio
How to make a simple calculator app in andriod
How to make a simple calculator app in python
How to make a simple calculator in python
how to code for a simple calculator
how to download python
how to download python 3.9.6
how to build a simple calculator app for andriod
how to build a simple calculator app in andriod studio
how to build a simple calculator app in python
"CODE(for sum of two numbers)"
print("Enter first number")
n1 = input()
print("Enter second number")
n2 = input()
print("Sum of these two numbers is", int(n1) + int(n2))
"CODE(for difference of two numbers)"
print("Enter first number")
n1 = input()
print("Enter second number")
n2 = input()
print("Difference of these two numbers is", int(n1) - int(n2))
"CODE(for product of two numbers)"
print("Enter first number")
n1 = input()
print("Enter second number")
n2 = input()
print("Product of these two numbers is", int(n1) * int(n2))
"CODE(for divide of two numbers)"
print("Enter first number")
n1 = input()
print("Enter second number")
n2 = input()
print("Divide of these two numbers is", int(n1) / int(n2))
Software used in this video---
Other videos form this channel---
#pythonprograming #andriodstudio #subscribe
#youtubeislife #subscriber #youtubeguru #youtubecontent #newvideo #subscribers
#youtubevideo #youtub #youtuber #youtubevideos #x22report #AppsKaBaap
#carryminati #bbkivines #youtubetreanding #twittertreands #youtubevideos.
#youtubemusic #youtubechannel #video #live #youtubecreator #viral
Search-------------------------------
What is Python Programing
How to create a calculator
How to create a calculator for andriod
How to create a calculator in andriod studio
How to create a simple calculator app
How to create a simple calculator app using andriod studio
How to create a simple calculator app in andriod studio
How to create a simple calculator app in andriod
How to create a simple calculator app in python
How to create a simple calculator in python
How to make a calculator
How to make a calculator for andriod
How to make a calculator in andriodstudio
How to make a simple calculator app
How to make a simple calculator app using andriod studio
How to make a simple calculator app in andriod studio
How to make a simple calculator app in andriod
How to make a simple calculator app in python
How to make a simple calculator in python
how to code for a simple calculator
how to download python
how to download python 3.9.6
how to build a simple calculator app for andriod
how to build a simple calculator app in andriod studio
how to build a simple calculator app in python
Комментарии