Hey! I'm Ivan Bulgakov, a BMSTU student currently living in Moscow, Russia. I am actively looking for a part-time job, if you have any suggestions, contact me by telegram or by e-mail.
class IvanBulgakov():
def __init__(self):
self.name = "Ivan Bulgakov";
self.username = "ivan12093";
self.location = "Moscow, Russia";
self.telegram = "@jaygle";
def __str__(self):
return self.name
if __name__ == "__main__":
me = IvanBulgakov()