Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. Timothy, Johnson 12345 Law £25000
  2.  
  3. fob=open('c:/Users/username/Desktop/CE151 Python/ass2/info.txt','r')
  4. print("enter student file name: )")
  5. text_file = open("info.txt","r")
  6. for item in fob:
  7. for y in item:
  8. item.split(' ')
  9. print(item)
  10. break
  11. find = input('Input Details: ')
  12. for find in item:
  13. print(find)
  14.  
  15. 12345 Law 35000 Bob Liam
  16. 12346 Biology 25000 Tom Hanks
  17. 12350 Economics 30000 Billy Kid
  18. 13123 Economics 55000 Finn Balor
  19. 13124 Maths 40000 David Young
  20. 13126 Physics 25000 John Wayne Smith
  21. 13127 History 35000 Tony Gregg
  22. 13128 History 27500 Lily Joe
  23. 13129 Chemistry 25000 Saxton Crown
  24. 13130 Law 22000 jimmy Arrow
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement