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: imankianian.cs@gmail.com
๐ฌ Visit my webpage at: https://imankianian.ir