#!/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
-
08:50
(UTC -05:00) - yashgajera.io
Popular repositories Loading
-
-
-
-
-
AI-388U-PSRUU
AI-388U-PSRUU PublicUTMSCO - AI 388U - Planning, Search and Reasoning Under Uncertainty - Fall 2024
Python
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.

