0
Python - Simple Calculator
Can somebody help me https://www.sololearn.com/learning/eom-project/1073/615
9 Réponses
+ 2
you should have code prefilled for getting inputs, such as:
num1 = int(input())
num2 = int(input())
and you just have to call function to output result of addition of the two variables defined (num1 and num2 -- or whatever name they could have)
addition is done as you do in math, output use the first function you should have encoutered (print)...
let me know if that make sense and the result of your try ;)
+ 1
There are 5 Test Case. Click on the Link
In the first Test Case I write "print(6+3)" thn first Test Case is right, but i dont know how can I write next one
0
Write code according to problem description, not according to test cases. Your code should work for every possible correct input
0
How can I do that?
0
I don't understand this problem
"Write a program to take two integers as input and output their sum.
Sample Input:
2
8
Sample Output:
10"
What should I write here?
0
Repeat lesson 15.1
0
solved?
0
No.
- 1
hi Bbrbk
what part do you need help with exactly?