79353152

Date: 2025-01-13 18:41:02
Score: 1
Natty:
Report link

If you are solving a hacker rank tuple problem, use the coding language Pypy3, and the output will be correct. Use the below code

if __name__ == '__main__':
    n = int(input())
    integer_list = map(int, input().split())
    print(hash(tuple(integer_list)))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ashok Kumar