https://github.com/ronierisonmaciel/ronierisonmaciel
Meu repositório pessoal
https://github.com/ronierisonmaciel/ronierisonmaciel
Last synced: 2 months ago
JSON representation
Meu repositório pessoal
- Host: GitHub
- URL: https://github.com/ronierisonmaciel/ronierisonmaciel
- Owner: RonierisonMaciel
- Created: 2022-02-11T14:53:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-09T20:13:00.000Z (over 2 years ago)
- Last Synced: 2025-01-30T23:30:46.844Z (4 months ago)
- Size: 15.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Roni TripsOlá 👋 Eu sou o Roni, um eterno aprendiz Pernambucano! Entusiasta de novas tecnologias e história de modo geral.
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
```python
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.nameif __name__ == '__main__':
me = Roni()
```## My Statistics