https://github.com/ivansaul/ivansaul
https://github.com/ivansaul/ivansaul
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivansaul/ivansaul
- Owner: ivansaul
- Created: 2022-02-04T03:27:52.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T13:02:18.000Z (about 1 year ago)
- Last Synced: 2024-10-29T14:55:44.543Z (about 1 year ago)
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://git.io/typing-svg)
```python
class AboutMe():
# I'm a passionate self-taught programmer.
# Iām currently learning SwiftUI and Flutter.
def __init__(self):
self.name = "Ivan Saul"
self.username = "ivansaul"
self.location = "Lima, Peru"
self.portfolio = "https://ivansaul.github.io"
def __str__(self):
return self.name
if __name__ == '__main__':
me = AboutMe()
```
##
##