From 9dc10983f6ef20c1ab7f36384c5227fb066a04cb Mon Sep 17 00:00:00 2001 From: haqqer Date: Thu, 4 Oct 2018 10:42:00 +0700 Subject: [PATCH] update README.md and code/ --- README.md | 7 +++++++ code/haqqer.py | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 code/haqqer.py diff --git a/README.md b/README.md index 2fdad90..fcea0a2 100644 --- a/README.md +++ b/README.md @@ -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... diff --git a/code/haqqer.py b/code/haqqer.py new file mode 100644 index 0000000..1105b67 --- /dev/null +++ b/code/haqqer.py @@ -0,0 +1,5 @@ +#!usr/bin/python3 + +me = ['hello', 'everyone', 'i am', 'Ahmad Ilham'] +for i in me: + print(i, end=" ")