#!/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.