Computer Science, asked by jana2003, 1 year ago

what is the output for the following python program
class student:
def__init__(self, name):
self.name=name
s=student ("Tamil")​

Answers

Answered by ajtechnology89
1

Answer:

name

student

tamil

Explanation:

so answer will be displayed in the output

Answered by spoky
0

Answer:

name student Tamil

Explanation:

name name student Tamil student Tamil

Similar questions