From 687c087d8f818982e369e01d63ffe7205ed744c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=94Q?= <189902930@qq.com> Date: Wed, 8 Dec 2021 02:12:29 +0000 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=85=B3=E9=97=AD=E5=B0=B1?= =?UTF-8?q?=E5=BE=88=E5=A5=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../with \350\257\255\345\217\245.py" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/10\344\270\252\347\274\226\347\250\213\346\212\200\345\267\247/with \350\257\255\345\217\245.py" "b/10\344\270\252\347\274\226\347\250\213\346\212\200\345\267\247/with \350\257\255\345\217\245.py" index 9beacfa..48a4099 100644 --- "a/10\344\270\252\347\274\226\347\250\213\346\212\200\345\267\247/with \350\257\255\345\217\245.py" +++ "b/10\344\270\252\347\274\226\347\250\213\346\212\200\345\267\247/with \350\257\255\345\217\245.py" @@ -1,4 +1,4 @@ -#自动关闭文件 +#自动关闭文件 with open('mytest.txt') as file_in: for line in file_in: -- Gitee