Skip to content
View nickdev2's full-sized avatar
πŸ‘¨β€πŸ’»
🐍
πŸ‘¨β€πŸ’»
🐍
  • Student
  • Evil Corp
Block or Report

Block or report nickdev2

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
nickdev2/README.md
class Nick:
  def __init__(self):
    self.Name = "Nick"
    self.Age = 13
    self.Discord = "flow#0333"
    self.Role = "Student"

  def welcomeUser(self):
    print(f"""Hey there! I'm {self.Name}, and I'm {self.Age} years old. 
              I'm currently a {self.Role}. 
              If you need to contact me, add me on Discord! ({self.Discord})""")
    
nick = Nick()
nick.welcomeUser()

Popular repositories

  1. astral-logger astral-logger Public

    Generate Info Grabbers for Windows

    Python 9 3

  2. nickdev2 nickdev2 Public

    Config files for my GitHub profile.