'r' for reading in an existing file (default; can be dropped), ... myfile = open('alice.txt', encoding='utf-8') # Reading a UTF-8 file; 'r' is omitted ...
確定! 回上一頁