#!/usr/bin/python
# -*- coding: utf-8 -*-
class Explorer:
def __init__(self):
self.name = "Anushree L"
self.intrest = ["Data Science","Machine Learning","Deep Learning"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = Explorer()
me.say_hi()- 🌱 I’m currently learning Data Science
- 💬 Ask me about Machine Learning
- 📫 How to reach me: anushreelgowda12@gmail.com



