hacktoberfest-2018/code/haqqer.py

6 lines
104 B
Python
Raw Permalink Normal View History

2018-10-04 03:42:00 +00:00
#!usr/bin/python3
me = ['hello', 'everyone', 'i am', 'Ahmad Ilham']
for i in me:
print(i, end=" ")