Skip to content

Commit 8ef3adc

Browse files
authored
Rename Find Duplicate.py to 8) Find Duplicate.py
1 parent 7a8f8d0 commit 8ef3adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Find Duplicate.py renamed to 8) Find Duplicate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@
5252
dups.append(item)
5353
else:
5454
tmp.append(item)
55-
print(dups)
55+
print(dups)

0 commit comments

Comments
 (0)