Skip to content

Commit

Permalink
Create joe_g.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joegeorge022 authored Nov 13, 2024
1 parent e8e99d0 commit 996cd59
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Day-7/joe_g.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
team = ['Joe_G','Joe_M','Job','Ganesh','Indhu']

for members in team:
print(members)

for index, members in enumerate(team):
print(index, members)

0 comments on commit 996cd59

Please sign in to comment.