Skip to content

Harsh-Tiwadi/Harsh-Tiwadi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 

Repository files navigation

Yo, I'm Harsh!

Linkedin: harshtiwadi GitHub yo-harsh

A little more about me... portfolio

#!/usr/bin/python
# -*- coding: utf-8 -*-


class DataScientist:

    def __init__(self):
        self.name = "Harsh Tiwadi"
        self.role = "Data Scientist"
        self.language_spoken = ["Hindi", "English"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = DataScientist()
me.say_hi()

Follow & Check Repository


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published