class Celentroft:
def __init__(self) -> None:
self.name = "Celentroft"
self.age = 17
self.spooken_languages = ['French', 'English', 'Russian', 'German']
self.developement_languages = ['Python', 'Html', 'Css', 'Scss', 'Javascript', 'Rust', 'NodeJS', 'React']
def say_hi(self) -> None:
print(f"Hey, i'm {self.name}, i am a {self.age} years old developer. Just to say hi !")
return
Me = Celentroft()
Me.say_hi()
A 17 Yo French Python Developer
Learning web develoment.
-
Toha Industries
- Moscow / Russia
-
09:25
(UTC +01:00) - https://scarlxrd.fr/
- https://t.me/scarlxrd_1337
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.