Saved Bookmarks
| 1. |
Write a program to input names of n students and store them in a tuple. Also, input name from the user and find if this student is present in the tuple or not. We can accomplish these by: (a) writing a user defined function(b) using the built-in function |
|
Answer» Write a program to input names of n students and store them in a tuple. Also, input name from the user and find if this student is present in the tuple or not. We can accomplish these by: (a) writing a user defined function (b) using the built-in function |
|