Skip to content

Latest commit

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Hi there 👋 It's Steve!

🐍 Let me introduce myself a bit here...

classSteve:
def__init__(self, UUID: uuid.UUID) ->None:
self.UUID=UUIDself.gender=Gender.UNDEFINEDself.pronouns= {"They", "Them"}
self.code= ["Python", "Rust", "Java", "Golang", "C"]
self.OS= ("Linux", "Android")
defcareer(self, year: int) ->str:
self.career= ["Computer Vision Engineer", "Solo Dev"]
ifyear< (now:=time.localtime()[0]):
returnf"I was a {self.career[0]}."elifyear==now:
returnf"I am a {self.career[1]} now."return"Maybe I'll become a Musician in the future!"asyncdefhobby(self, index: int=random.randint(0, 69)) ->str:
self.interests= [
"Vision Computing", "Music", "Ham Radio", "Astronomy",
"Science Fiction", "Toki Pona", "Not Tetris 2"
] # And Morereturnself.interests[index%len(self.interests)]
world=Universe.World()
ME=Steve(uuid.uuid5(world.UUID, "SteveHawk"))

💡 & 💖 From @SteveHawk

About

My profile README.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors