please I need help on hw to write code | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

please I need help on hw to write code

4th Oct 2016, 9:20 AM
david george
10 Antworten
+ 2
What do you want to code?
4th Oct 2016, 9:49 AM
Zen
Zen - avatar
+ 2
A pretty standard exercise. Go to Code Playground and search "calculator" with the python filter.
4th Oct 2016, 10:02 AM
Zen
Zen - avatar
+ 2
You should start coding and then ask your questions
19th Nov 2016, 2:56 PM
Hetbo.net
Hetbo.net - avatar
+ 1
I want to make a calculator
4th Oct 2016, 9:51 AM
david george
+ 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)
4th Oct 2016, 5:25 PM
Cosmiverse
Cosmiverse - avatar
+ 1
whell, if you didnt Need help to code, you would not have this app installed
8th Dec 2016, 6:54 PM
Karl Giese
Karl Giese - avatar
0
ok
4th Oct 2016, 10:07 AM
david george
0
thanks cosmiverse
5th Oct 2016, 6:41 AM
david george
0
is it same thing u do to d rest (subtraction, division, and multiplication)
5th Oct 2016, 6:42 AM
david george
0
Yes it is like adding but with -, *, and /
5th Oct 2016, 3:12 PM
Cosmiverse
Cosmiverse - avatar