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

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=" ")