Pursuing Bachelor of Engineering(BE) in CSE at Vivekanand Education Society's Institute Of Technology
A little more about me...#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Dhananjay Pai"
self.role = "Software Engineer"
self.language_spoken = ["en","hi"]
def ask_me_about(self):
self.answer = ["Blockchain", "API's", "Software", "Containers"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()
I love interacting with different people so if you want to say hi!, I'll be happy to connect! :) 😊