Make Calculator in python | Better then Python Interpreter Calculator |

Опубликовано: 01 Июнь 2026
на канале: Coder of Paradise
380
11

How to make Calculator in python
how to make Calculator in python
tags:
#shorts #python #youtubevideo #learncoding #learnpython #learnpythonprogramming #learnpythononline #learnpythoninhindi #learncoding #learncodeonline #learncodingonline #learncode #learncodingacademy #learncode #learncodeonline #pythoncoder #coderofparadise #coder #coders #codewithharry #code #codevein #codemanbd #coderedradio #coderedeemml #coderbaba #coders #codeffmoinhat #shorts #youtubevideo #ytshortindia #programmingshorts #turtle #programmingwithc #ytshorts #pycoder #sorts #codeina #codeindia #crazycoding #pythontutorial #python_assignment

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, if you are unable to copy Source Code, then 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--([email protected] before giving copyright.
python tips and tricks
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

Apna College, 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