• + 0 comments
    Traceback (most recent call last):
    
      File "Solution.py", line 71, in <module>
    
        fptr.write(' '.join(map(str, result)))
    
    TypeError: 'int' object is not iterable
    
        I returned a string and this is the error I have can someone help