Test Case | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Test Case

How to resolve multiple task with separate answers

16th Apr 2021, 11:54 AM
SHYAMKUMAR RAMESHBHAI VANJARA
SHYAMKUMAR RAMESHBHAI VANJARA - avatar
10 Answers
+ 2
SHYAM VANJARA did not get you ,yet
16th Apr 2021, 12:02 PM
Basel.Al_hajeri?.MBH()
Basel.Al_hajeri?.MBH() - avatar
+ 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?
16th Apr 2021, 12:07 PM
Rik Wittkopp
Rik Wittkopp - avatar
+ 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
17th Apr 2021, 6:11 AM
Rik Wittkopp
Rik Wittkopp - avatar
16th Apr 2021, 11:56 AM
Basel.Al_hajeri?.MBH()
Basel.Al_hajeri?.MBH() - avatar
+ 1
Yes
17th Apr 2021, 2:09 AM
SHYAMKUMAR RAMESHBHAI VANJARA
SHYAMKUMAR RAMESHBHAI VANJARA - avatar
+ 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
18th Aug 2021, 3:01 PM
MrSnow
MrSnow - avatar
+ 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
18th Aug 2021, 8:16 PM
Rik Wittkopp
Rik Wittkopp - avatar
0
5 test case How to write
16th Apr 2021, 12:00 PM
SHYAMKUMAR RAMESHBHAI VANJARA
SHYAMKUMAR RAMESHBHAI VANJARA - avatar
0
How to complete 18 number end of the module project (python3)
16th Apr 2021, 1:20 PM
SHYAMKUMAR RAMESHBHAI VANJARA
SHYAMKUMAR RAMESHBHAI VANJARA - avatar
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
16th Apr 2021, 10:11 PM
Rik Wittkopp
Rik Wittkopp - avatar