hacktoberfest-2018/code/haqqer.py

6 lines
104 B
Python

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