InterviewSolution
Saved Bookmarks
| 1. |
5x2=10I Tuck (v) the correct answerJody of staneling water either natural2 It is aor man-madePondHand Pump ICanalTube well D |
|
Answer» Explanation: Get a list of numbers as input from the user USE a input() function to accept the list elements from a user in the FORMAT of a string separated by SPACE. Next, Use a split() function to split a string by space and ADDED those numbers to the list. Next, iterate a user list using for LOOP and range() function. |
|