Edit by browser
This commit is contained in:
parent
0f83774d10
commit
b505c56dac
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue