Answer to Question #297626 in Python for Charan

Question #297626

Math Quiz


Write a program to print the following


Sample Input 1

1 3 4 5 6

5

3 5

Sample Output1

12



1
Expert's answer
2022-02-16T18:38:52-0500
num = ''
for i in range(3):
    s = input().split()
    num += str(len(s))

print(num)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS