Skip to content

Commit 4170d69

Browse files
committed
Update day26(Enumerate Fun).py
1 parent a6dbf23 commit 4170d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

day26(Enumerate Fun).py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
# The enumerate function is often used when you need to loop over a sequence and
3737
# perform some action with both the index and value of each element. For example-
3838
# you might use it to loop over a list of strings and print the index and
39-
# value of each string .
39+
# value of each string

0 commit comments

Comments
 (0)