Edit by browser

This commit is contained in:
张冠群 2020-10-23 11:02:50 +08:00
parent 19c2403dbe
commit 96b9ee293f
1 changed files with 1 additions and 1 deletions

View File

@ -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()