┌──(loTus04㉿root)-[~/devlab]
└─$ catlotus04.pyclasslotus04:
def__info__(self):
self.bio=''' I am a young passionate about cybersecurity and IT in general. I mainly program in python.'''self.age=17self.banned_repos=2# github bannings repos for no reasondef__social__(self):
self.thm="https://tryhackme.com/p/loTus"self.htb="https://app.hackthebox.com/profile/393384"self.dsc= ("1.7", 1098223163978039307)
def__dev__(self):
self.skills= {
"python": "well known",
"bash": "known",
"c++": "learning...",
"php": "learning..."
}
┌──(loTus04㉿root)-[~/devlab]
└─$