From b505c56dac5f19edcd85fc9e0fa12ad3de534aea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=86=A0=E7=BE=A4?= Date: Fri, 23 Oct 2020 11:21:44 +0800 Subject: [PATCH] Edit by browser --- step2/b.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step2/b.py b/step2/b.py index 0ca9aa5..45fed6f 100644 --- a/step2/b.py +++ b/step2/b.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -b=['there','name','China','from','go','he','Mars', ] +b=['there','name','China','from','go','he','Mars',] file=open('/tmp/a.txt') for line in file.readlines(): a=line.split()