π Python developer from π Perth, WA
@dataclass
class SupImDos:
name: str = "Hayden Richards"
username: str = "SupImDos"
age: int = 25
location: str = "Perth, WA"
if __name__ == "__main__":
me = SupImDos()
- Python
- Rust
- HTML / CSS / JavaScript / TypeScript