I need to read a file with a loop that is something like this: file = open("file.txt","r") while true length(readline(file)) == 0 && break ...
確定! 回上一頁