📰00Doubt with Hackerrank company logo questionReddit r/learnpython·u/PixelArtur·about 1 month ago#HhAHif9u#sorte#range#sorted#items#article#discussion+2 more🧰Tag tools✨Add tagWhy is it showing ''Wrong Answer?" Question: [https://www.hackerrank.com/challenges/most-commons/problem](https://www.hackerrank.com/challenges/most-commons/problem) Code: s = input() dic = {} for l in range(len(s)): if s[l] not in dic.keys():15s0Read later0Read More