#!/usr/bin/python
class SoftwareEngineer:
def __init__(self):
self.name = "Renee Veisveer"
self.role = "Software Engineering student"
self.most_comfortable_with = ["Typescript", "Python", "React"]
self.speak = ["et_EE", "en_US"]
self.os = "macOS"
def say_hi(self):
print("Thanks for checking out my profile!")
me = SoftwareEngineer()
me.say_hi()
🧑🎓
Studying
Kiire ja vihane gasell, kes elab aardekoopa kuumal toolil.
- Estonia
-
08:14
(UTC +03:00) - https://renee.ee
Highlights
- Pro
Pinned Loading
-
FLL2019-2023
FLL2019-2023 PublicOur team's First Lego League code from Into Orbit (2019) to Superpowered (2023)
Python 1
-
-
-
TheFarmerWasReplaced-Solutions
TheFarmerWasReplaced-Solutions PublicMy solutions to the programming game The Farmer Was Replaced.
Python 1
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.

