Edit by browser

This commit is contained in:
张冠群 2020-10-23 11:21:44 +08:00
parent 0f83774d10
commit b505c56dac
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()