Ad
  • Default User Avatar

    I see. I'm still struggling to understand why does it become too slow in the server side. Anyway I apologise, I'm learning to use this platform. Thank you for your help

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Default User Avatar

    I've done it. I'm really thankfull for your will to help.

  • Default User Avatar

    I'm kinda brand new to this platform and also to Python. I did write the entry of the numbers this way:

    for i in range(10):
        number[i] = int(input('Type a number: '))
    

    So the user has to tip number by number up to 10 integers and then (in local) returns the desire output but in Codewars test fails and I don't know why. I guess it is because of the way I made the entry of data but I'm not sure. Thank y'all