InterviewSolution
Saved Bookmarks
| 1. |
Write a program to accept a list from the user with 5 elements. Accept name of user and replace the third and fifth elements of the list with the user's name. (Python Question) |
|
Answer» idkExplanation:IDK |
|