InterviewSolution
Saved Bookmarks
| 1. |
write a python program to find minimum and maximum number in the given list and there by find the average of these two numbers |
|
Answer» Lst = [] |
|