Skip to content
View zLEXTRO's full-sized avatar

Block or report zLEXTRO

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
zLEXTRO/README.md

Hello, World! I'm Yazan, aka zLEXTRO

About Me

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

  1. zLEXTRO zLEXTRO Public

    My humble GitHub profile.

  2. Multi-Purpose-Discord-Bot-Project Multi-Purpose-Discord-Bot-Project Public

    an upcoming feature-rich Discord Bot written in Python with the help of the discord.py library

    Python