#!/usr/bin/python
# -*- coding: utf-8 -*-
class DataAnalyst:
def __init__(self):
self.name = "Aman Verma"
self.work with = "Data & Analytics"
self.talks about = ["Data Science & Analytics", "AI & ML"]
self.language_spoken = ["native_HI", "workplace_EN"]
self.current focus = "AI, ML & NLP"
self.fun fact = "Python was not named after a snake"
def say_hi(self):
print("Thanks for reaching me.....!")
me = DataAnalyst()
me.say_hi()
Email: [email protected]
|