From 96b9ee293f4197727d379ad423417d59011f9004 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:02:50 +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 2d86c19..0ca9aa5 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()