+ 1
Test Case
How to resolve multiple task with separate answers
10 Antworten
+ 2
SHYAM VANJARA did not get you ,yet
+ 2
SHYAM VANJARA
Your question does not specify the details of the task.
We still don't understand what you are trying to achieve.
Can you provide more detail?
+ 2
You will need 2 variables.
num1 = int(input())
num2 = int(input())
This will prompt the user to input 2 numbers on 2 different lines within the input box
Then you will need a bit of code which will print the sum of num1 and num2.
Would you like to try to complete this yourself.
You can refer to the previous lessons for assistance
+ 1
Step by step ?:
https://code.sololearn.com/cEUHjIj18Fm4/?ref=app
+ 1
Yes
+ 1
Rik Wittkopp I’ve tried using two variables and I’m still getting an error. The test cases show two outputs and it’s telling me I’m wrong
+ 1
MrSnow
Create a new post in Q&A & post your code there with the details of your problem.
The Sololearn community will assist when we can see the problem
0
5 test case
How to write
0
How to complete 18 number end of the module project (python3)
0
SHYAMKUMAR RAMESHBHAI VANJARA
Is this the task?
Write a program to take two integers as input and output their sum.
Sample Input:
2
8
Sample Output:
10