https://github.com/arbdoescode/arbdoescode
https://github.com/arbdoescode/arbdoescode
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arbdoescode/arbdoescode
- Owner: arbdoescode
- Created: 2022-04-27T14:42:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-16T11:40:21.000Z (9 months ago)
- Last Synced: 2025-10-10T07:09:22.985Z (9 months ago)
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hi  My name is Arb Koçi
=========================
*
Graduate Computer Enginner at Epoka University
* Senior Developer at Unionnet
### Skills
### Other Skills
### Socials
```python
#!/usr/bin/python
# -*- coding: utf-8 -*-
class ComputerEngineer:
def __init__(self):
self.name = "Arb Koçi"
self.role = "Computer Engineer"
self.language_spoken = ["English", "Albanian", "German"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = ComputerEngineer()
me.say_hi()
```