Use the for loop to enter inputs,so that I can understand
Extracted text: Write a python program that calculates the sum of N given lists and prints the highest sum and its respective list. Input starts with N and followed by N lists. Sample Input Sample Output 4 33 1 2 3 [10, 11, 12] 4 5 6 10 11 12 789Extracted text: Write a python program which prints the frequency of the numbers that were given as input by the user. Stop taking input when you find the string “STOP". Do not print the frequency of numbers that were not given as input. Sample Input 10 Sample Output 20 10 - 2 times 20 20 - 2 times 30 - 1 times 50 - 1 times 30 10 50 90 - 1 times 90 STOP
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here