f = open('/tmp/test.txt') >>> f.read() 'hello python!\nhello world!\n' > ... f.write('hello boy') Traceback (most recent call last): File ...
確定! 回上一頁