class SoftwareDeveloper:
def __init__(self, username, passions):
self.username = username
self.passions = passions
def greet(self):
print(f"Welcome to my page! My name is {self.username}, "
f"and I'm passionate about {', '.join(self.passions)}.")
zLEXTRO = SoftwareDeveloper("zLEXTRO", ["programming","innovation"])
zLEXTRO.greet()
Popular repositories Loading
-
-
Multi-Purpose-Discord-Bot-Project
Multi-Purpose-Discord-Bot-Project Publican upcoming feature-rich Discord Bot written in Python with the help of the discord.py library
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.