Hi there π I'm Razvyyh!
π‘ I'm based in Italy, Milan.
- π¨βπ» I'm currently developing an awesome Telegram bot.
- π I'm devoted to learning everything there is about back-end technologies.
- π I believe in constant learning to elevate my craft.
- πͺπΌ My aims for the future include harnessing more technologies and never ceasing the creation of innovative ideas.
class Razvyyh():
def __init__(self):
self.name = "Razvan"
self.username = "Razvyyh"
self.location = "Italy, Milan"
self.twitter = "@Razvyyh"
self.web = "https://razvyyh.com"
def __str__(self):
return self.name
if __name__ == '__main__':
me = Razvyyh()
print(me)