How to complete 17th project of python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to complete 17th project of python

It's asking for program for a output of 9 by adding of 6,3 And also for output of 33 by adding 11,22 How do I code that two tasks on same time.. Once check 17th project

4th Jan 2022, 1:00 PM
Amruth Yadav
4 Answers
+ 1
By writing code that fulfills the task instructions. Please link your code if you need help!
4th Jan 2022, 1:05 PM
Lisa
Lisa - avatar
+ 1
Don't hard code the input. Use the input() statement to read the two numbers.
4th Jan 2022, 2:58 PM
Brian
Brian - avatar
0
num = input() num_1 = input() total = int(num) + int(num_1) print(total)
15th Apr 2022, 7:47 PM
Felix Cory
Felix Cory - avatar
0
How to finished python core project
7th Nov 2022, 10:38 AM
RAJESH A