Edit by browser
This commit is contained in:
parent
19c2403dbe
commit
96b9ee293f
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/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')
|
file=open('/tmp/a.txt')
|
||||||
for line in file.readlines():
|
for line in file.readlines():
|
||||||
a=line.split()
|
a=line.split()
|
||||||
|
|
Loading…
Reference in New Issue