class ComputerScientist:
def __init__(self,name,role):
self.name = name
self.role = role
def __str__(self):
return f"Hey Guys. I'm {self.name} and a {self.role}"
Me = ComputerScientist("Iman Kianian"\
, "Computer Scientist")
print(Me)
๐ซ How to reach me: [email protected]
๐ฌ Visit my webpage at: https://imankianian.ir