class SoftwareDeveloper:
def __init__(self):
self.__full_name = "César Omar Ramos Nolasco"
self.__age = 20
self.__languages_spoken = ["Spanish", "English"]
self.__country = "Dominican Republic"
self.__goal = "Be a nice programmer :)"
def say_hi(self):
print("Hi!, Thank you for checking out my profile, I really appreciate it <3")
me = SoftwareDeveloper()
me.say_hi()
🇩🇴
Learning :)
A Software Developer from Dominican Republic :)
- Dominican Republic
-
19:37
(UTC -03:00)
Highlights
- Pro
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.