Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #####file2.py####
  2.  
  3. ABC=open('ABC.txt', 'r')
  4. line= ABC.readlines()
  5.  
  6. import line[0] ##### the first line of ABC.txt is the file1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement