#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Gautam Nag"
self.role = "Software Engineer"
self.language_spoken = ["en_US", "fr_FR"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()
Pinned Loading
-
Data-Structures-And-Algorithms
Data-Structures-And-Algorithms Public🤹 I occasionally brush up my DSA topics, hence this repository to jot down the practice problems I stumble upon the way. Feel free to fork!
Python 2
-
Intake-Food-Tracker
Intake-Food-Tracker PublicThis is a food tracker I made to tracker my calories and protein intake in real time. I am still working on this. So it'll keep updating with new features either weekly or monthly.
JavaScript 1
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.