How to code a calculator in python , For begginers

  Рет қаралды 29

SKBGODMODE

SKBGODMODE

Күн бұрын

Пікірлер: 1
@SKBgodmode
@SKBgodmode 15 күн бұрын
# Function to add two numbers def add(x, y): return x + y # Function to subtract two numbers def subtract(x, y): return x - y # Function to multiply two numbers def multiply(x, y): return x * y # Function to divide two numbers def divide(x, y): if y == 0: return "Error! Division by zero." return x / y # Main program print("Select operation:") print("1. Add") print("2. Subtract") print("3. Multiply") print("4. Divide") # Take input from the user choice = input("Enter choice (1/2/3/4): ") # Check if choice is one of the four options if choice in ('1', '2', '3', '4'): num1 = float(input("Enter first number: ")) num2 = float(input("Enter second number: ")) if choice == '1': print(f"{num1} + {num2} = {add(num1, num2)}") elif choice == '2': print(f"{num1} - {num2} = {subtract(num1, num2)}") elif choice == '3': print(f"{num1} * {num2} = {multiply(num1, num2)}") elif choice == '4': print(f"{num1} / {num2} = {divide(num1, num2)}") else: print("Invalid Input")
Q39
0:10
Jim joel
Рет қаралды 246
黑的奸计得逞 #古风
00:24
Black and white double fury
Рет қаралды 11 МЛН
Don't look down on anyone#devil  #lilith  #funny  #shorts
00:12
Devil Lilith
Рет қаралды 46 МЛН
10 Important Python Concepts In 20 Minutes
18:49
Indently
Рет қаралды 196 М.
КАК УСТРОЕН TCP/IP?
31:32
Alek OS
Рет қаралды 176 М.
How to make a simple dice rolling simulator game in python
4:16
BIGG BOSS - MUST NOT WATCH | Paari Saalan and Varun Tamil podcast
39:10
Running "Hello World!" in 10 FORBIDDEN Programming Languages
18:07
Connecting North Korea's Operating System to the Internet?
10:59
Eric Parker
Рет қаралды 1,6 МЛН
5 Good Python Habits
17:35
Indently
Рет қаралды 567 М.
Access Location, Camera  & Mic of any Device 🌎🎤📍📷
15:48
zSecurity
Рет қаралды 2,5 МЛН