Saved Bookmarks
| 1. |
Which of the following is the output of the following program?– class Student:def_init_(self, name):self.name=nameS=Student(“Tamil”)(a) Error(b) Tamil(c) name |
|
Answer» output : (b) Tamil |
|