• + 0 comments

    it will not work because input() return a inputed line (string)

    you have to map it with split function and then only you can convert it into float

    like map(MySplitFunction, input()) for _ in range(int(input()))