class Vishwaraj:
def human(self):
self.name = "Vishwaraj Shabadi"
self.location = "Lile, France"
self.language_spoken = ["English", "French", "German", "Hindi", "Kannada", "Odia"]
self.interests = ["Finance", "Maths", "Programming", "Photography"]
self.website = "https://vshabadi.github.io/bio-link-tool.me/"
def studies(self):
self.diplomas = {
"Diplôme National du Brevet" : "2020"
}
self.education = {
"Collège Saint Adrien La Salle" : "2015-2020",
"Lycée Saint Adrien La Salle" : "2020-2023"
}
def hi(self):
print("Hello there. Welcome to my profile")
Vishwaraj.hi(())
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.