You are viewing a single comment's thread. Return to all comments →
second_lowest_mark = sorted(list(dict.fromkeys(score_list)))[1]
can you please explain this??
Seems like cookies are disabled on this browser, please enable them to open this website
Nested Lists
You are viewing a single comment's thread. Return to all comments →
second_lowest_mark = sorted(list(dict.fromkeys(score_list)))[1]
can you please explain this??