Hackerrank icon indicating copy to clipboard operation
Hackerrank copied to clipboard

Domain: Python

Results 7 Hackerrank issues
Sort by recently updated
recently updated
newest added

The question asks to return the sum of the final set. But the code returns only the mutated set.

Updated code according to python3 standards and fixed some bugs

The Following Error shows up when I run `calender_module.py` ``` Traceback (most recent call last): File "Solution.py", line 5, in m = calendar.weekday(k[2],k[0],k[1]) TypeError: 'map' object is not subscriptable ```

without using xrange method straight forward with simple syntax