How to make simple calculator using python | vscode

  Рет қаралды 11,600

CodingFluent

CodingFluent

Күн бұрын

Пікірлер
@ghost_heart782
@ghost_heart782 2 жыл бұрын
heres the code first=float(input('Enter First Number>')) sec=float(input('Enter Second Number')) opr=str(input("Enter Operation(+,-,x,/)>")) if opr == "+": total =first + sec elif opr == "x": total=first*sec elif opr=='-': total=first-sec elif opr== "/": total=first/sec else: total=('Error,Please enter a valid statement.') print (total)
@iamthatartist247
@iamthatartist247 3 жыл бұрын
this thing i learned today only
@shamsuddin7743
@shamsuddin7743 29 күн бұрын
it was not working
@programmer2266
@programmer2266 3 жыл бұрын
Wow!
@carrrlos1285
@carrrlos1285 2 жыл бұрын
That str input is not necessary tho…
@sahillokhande3685
@sahillokhande3685 3 жыл бұрын
Bhi opr full form
@இயற்கை-வ1ல
@இயற்கை-வ1ல 3 жыл бұрын
operator
How to make a basic calculator | Version 2 | VSCODE
4:16
CodingFluent
Рет қаралды 620
Simple GUI Calculator in Python
22:51
NeuralNine
Рет қаралды 294 М.
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
Python calculator app 🖩
15:08
Bro Code
Рет қаралды 83 М.
25 nooby Python habits you need to ditch
9:12
mCoding
Рет қаралды 1,8 МЛН
Create Stunning Python GUIs in 10 Minutes With Drag & Drop
11:38
Coding Is Fun
Рет қаралды 110 М.
Python calculator program 🧮
3:55
Bro Code
Рет қаралды 189 М.
7 Outside The Box Puzzles
12:16
MindYourDecisions
Рет қаралды 169 М.
Python Calculator with GUI using Tkinter in Visual Studio Code
23:22
Creating Virtual Environment for Python in VS Code
4:03
Tech Coffee Break
Рет қаралды 47 М.