Skip to content

Commit 7e4d10e

Browse files
committed
list 1
1 parent 74e7113 commit 7e4d10e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Lists/1.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
friends = ['Fahim' , 'Ipty' , 'Orpa' , 'Tapi' , 'Mathin']
2+
for friend in friends:
3+
print('Hey!' , friend)

0 commit comments

Comments
 (0)