Software engineering student at 1337-UM6P, 42 network.
class EliasLuiMeme():
def __init__(self):
self.name = "Iliasse Akry";
self.username = "eliasluimeme";
self.location = "Tetouan, Morocco";
self.linkedin = "@/in/iliasseakry/";
self.web = "https://akryelias.me/";
def __str__(self):
return self.name
if __name__ == '__main__':
me = EliasLuiMeme()
The Internet Demystified: A Technical Overview
Mastering Git: Switch Branches Without Losing Your Progress