0
please I need help on hw to write code
10 odpowiedzi
+ 2
What do you want to code?
+ 2
A pretty standard exercise. Go to Code Playground and search "calculator" with the python filter.
+ 2
You should start coding and then ask your questions
+ 1
I want to make a calculator
+ 1
A good way to start a caculator is with addition. It goes like this
N1 = input ("Num 1")
N2 = input ("Num 2")
Answer = N1 + N2
print(Answer)
+ 1
whell, if you didnt Need help to code, you would not have this app installed
0
ok
0
thanks cosmiverse
0
is it same thing u do to d rest (subtraction, division, and multiplication)
0
Yes it is like adding but with -, *, and /