mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-12-21 21:02:40 +00:00
update README.md and code/
This commit is contained in:
parent
735adcf84a
commit
9dc10983f6
@ -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
5
code/haqqer.py
Normal file
@ -0,0 +1,5 @@
|
||||
#!usr/bin/python3
|
||||
|
||||
me = ['hello', 'everyone', 'i am', 'Ahmad Ilham']
|
||||
for i in me:
|
||||
print(i, end=" ")
|
Loading…
Reference in New Issue
Block a user