Math Quiz
Write a program to print the following
Sample Input 1
1 3 4 5 6
5
3 5
Sample Output1
12
num = '' for i in range(3): s = input().split() num += str(len(s)) print(num)
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment