update README.md and code/

This commit is contained in:
haqqer 2018-10-04 10:42:00 +07:00
parent 735adcf84a
commit 9dc10983f6
2 changed files with 12 additions and 0 deletions

View File

@ -414,6 +414,13 @@ Start adding your names here:
- Engineer at heart, if it isn't broken, break it!
- [![github-alt][github-img]](https://github.com/slouchd)
### haqqer
- Python Programmer and Web BackEnd Dev
- college students, Open Source Enthusiast
- My hobbies is coding, eat and sleep
- [![twitter-alt][twitter-img]](https://twitter.com/ahmad_haqqer)
[![github-alt][github-img]](https://github.com/haqqer)
### Example Profile
- I'm an example that you can copy, if you want :)
- I work for...

5
code/haqqer.py Normal file
View File

@ -0,0 +1,5 @@
#!usr/bin/python3
me = ['hello', 'everyone', 'i am', 'Ahmad Ilham']
for i in me:
print(i, end=" ")