🐵指尖猴
📚编程代码Python文件读写
0字/分🎯0%
with open('data.txt', 'r') as f:     content = f.read()  with open('output.txt', 'w') as f:     f.write('Hello, World!')  lines = Path('file.txt').read_text().splitlines()
🐵
w左手无名指
ESC 暂停 退格