Skip to content

Commit 4218d31

Browse files
committed
Comment Added.
1 parent 6201d76 commit 4218d31

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

DataCollectionTypes/NestedList.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# Harsh
2828
# 39
2929
# Sample Output
30-
#
30+
3131
# Berry
3232
# Harry
3333
# Explanation
@@ -41,4 +41,6 @@
4141
marks = [[raw_input(), float(raw_input())] for i in xrange(n)]
4242
scores = sorted({s[1] for s in marks})
4343
result = sorted(s[0] for s in marks if s[1] == scores[1])
44-
print '\n'.join(result)
44+
print '\n'.join(result)
45+
46+
#ends

0 commit comments

Comments
 (0)