class Profile:
def __init__(self):
self.name = 'AbdulRahman Khalid'
self.role = ['Machine Learning Engineer', 'Data Scientist']
self.about = ['Skilled in advanced machine learning frameworks and data science tools,
with hands-on experience turning complex data into impactful applications.
Combining strong programming foundation and software development expertise.']
def say_hi(self):
print('Thanks for stopping by!, hope something here catches your eye.')
me = Profile()
me.say_hi()
|
![]() ![]() |