Sort by

recency

|

1859 Discussions

|

  • + 0 comments

    it is only sovable in Python 2 , it is showing wrong answer even if the code is 100% correct in python 3 , they should metion that this problem requries specific python version

  • + 1 comment

    Please mention "Solve this question in pyhton2"

  • + 1 comment

    if the Hash returns -35... means you are using pypy3 or python3 switch to python2

  • + 1 comment

    use this in python 2 this will work : )

    n = int(raw_input()) t = tuple(map(int, raw_input().split())) print hash(t)

  • + 2 comments

    They should edit the question and mention to use Python 2, such a waste of time.