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()
-
Notifications
You must be signed in to change notification settings - Fork 0
Config files for my GitHub profile.
nickdev2/nickdev2
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Config files for my GitHub profile.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published