Hello guys!
Welcome to our You Tube channel "Coder of paradise"
Source Code:
#Calculator
def calculator():
print("\n Welcome to the Calculator:\n Programmed by Coder_of_Paradise")
operation = input('''
Type of operations can be hold in this calculator
for addition
for substraction
for multiplication
/ for division
** for power
Enter your choice ;
''')
num1 = int(input("Enter your first number : "))
num2 = int(input("Enter your second number : "))
if operation == '+':
print(f"{num1}+{num2}={num1+num2}")
elif operation == '-':
print(f"{num1}+{num2}={num1-num2}")
elif operation == '*':
print(f"{num1}*{num2}={num1*num2}")
elif operation == '/':
print(f"{num1}/{num2}={num1/num2}")
elif operation == '**':
print(f"{num1}**{num2}={num1**num2}")
#you can edit more functions from your side
else:
print('''You press a wrong key.
please try again....
''')
again()
def again():
restart = input('''
Do you want to calculate again?
Please press y for Yes or n for No
''')
if restart == 'y':
calculator()
elif restart == 'n':
print("See you soon")
else:
again()
calculator()
⚠️In case, you are unable to copy Source Code,
go to this link:
https://pastebin.com/t9wAjEph
If you like the videos please subscribe the channel and hit like button.
Thank you.
👇👇👇👇👇👇👇👇👇👇👇 ⚠️If an owner feels that any video, audio, photo, thumbnail, or channel logo or channel art has been copied in any way, please message this email--(Coder.Paradise.2324@gmail.com before giving copyright.
Hashtags:
python
python full course
python tutorial
python course
python graphics animation
python for beginners
python graphics tutorial
python code with harry
python tutorial game
python turtle tutorial
python turtle game tutorial
python turtle game
python turtle code
python turtle programming
python turtle star
python turtle
python turtle graphics tutorial
python turtle animation
python turtle tutorial
python turtle graphics
python turtle designs
python turtle design
python turtle graphics design
best python turtle design
CodewithHarry
Programming Hero
Bro Code
telugu web guru
Tech2 etc
ishan Sharma
Cinecurry Hollywood
Tech with Tim
Socratica
David Bombal
Fireship
Suresh techs
Learn Coding
Corey Schafer
Fast Programming
edureka!
Learnonpy
NetworkChuck
Derek Banas
Python Engineer
Programiz
codebasics
Dev Ed
GeeksforGeeks
Jack of Some
Paul McWhorter
Google Career Certificates
Scalable Scripts
tutorial
TechWorld with Nana
WsCube Tech
Telusko
Simplilearn
Developer 0.1
Vast Coding
In questa pagina del sito puoi guardare il video online Make Calculator in python | Better than Python Interpreter Calculator della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Coder of Paradise 27 maggio 2022, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 51 volte e gli è piaciuto 6 spettatori. Buona visione!