class NKP():
def __init__(self):
self.name = "Nishita Panchal"
self.location = "Mumbai, India"
def expert(self):
self.expert = "MERN"
def __str__(self):
return self.name
if __name__ == '__main__':
me = NKP()
🎯
Focusing
Pinned 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.