🍪 Still a noobgrammer, striving to be a programmer;
📎 Currently a student @42Porto; 🤯
😶🌫️ Fluent in Profanity;
🧑🏻💻 Coding to achieve 🔒 Cybersecurity;
☕ No Coffee, 🍫 No Chocolate, 😴 No Code;
💡 Fact ⚡ I 💜 Rubber Ducks;
class Beirao():
def init(self):
self.name = "José Beirão";
self.username = "Beirão";
self.gamertag = "Drkpulse"
self.location = "Portugal"
self.web = "https://zbeirao.com/";
def str(self):
return self.name
if name == 'main':
me = Beirao()