#!/usr/bin/python
class Engineer:
def __init__(self):
self.name = "Yash Gajera"
self.title = "Engr III - Cslt Full Stack"
self.employer = "Verizon"
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = Engineer()
me.say_hi()
Full Stack Engineer @Verizon
- Dallas, TX
-
00:36
(UTC -05:00) - yashgajera.io
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

