mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2025-10-09 18:48:38 +00:00
update README.md and code/
This commit is contained in:
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=" ")
|
Reference in New Issue
Block a user