Skip to content

Latest commit

 

History

History
57 lines (48 loc) · 2.09 KB

README.md

File metadata and controls

57 lines (48 loc) · 2.09 KB

Roni Trips

Olá 👋 Eu sou o Roni, um eterno aprendiz Pernambucano! Entusiasta de novas tecnologias e história de modo geral.

Python Java js node mysql Amazon git linux

class Roni():
    
  def __init__(self):
    self.name = "Roni Maciel"
    self.username = "ronierisonmaciel"
    self.location = "Recife, Pernambuco"
    self.twitter = "@ronimaciell"
    self.web = "https://maciel.recife.br"
    self.email = "[email protected]"
    self.hardskill = "Python, Java, JavaScript, Node, MySQL, AWS, Git, Linux"
  
  def __str__(self):
    return self.name

if __name__ == '__main__':
    me = Roni()

My Statistics