file-output.py f = open('helloworld.txt','w') f.write('hello world') f.close(). In Python, any line that begins ...
確定! 回上一頁