hacktoberfest-2018/code/haqqer.py
2018-10-04 10:42:00 +07:00

6 lines
104 B
Python

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