#!/usr/bin/python
# -*- coding: utf-8 -*-
class Student:
def __init__(self):
self.name = "Deep Shetye"
self.role = "UI & Frontend Developer"
self.language_spoken = ["en_US", "hindi", "marathi"]
def say_hi(self):
print("Thanks for dropping by, hope you find my profile interesting :)")
me = Student()
me.say_hi()
# PS: I know python too 😊
- 🌱 I’m currently pursuing my BTech degree from NIT Goa in Electronics And Communication Branch.
- 🙂 I spend most my time learning and coding
- 🤔 I’m always looking for opportunities.
- 📫 How to reach me: deepshetye1@gmail.com.
- 👀 I’m interested in Web Development, Android Development
- ⚡ Fun fact: I love listening to songs while coding and sometimes i sing.
