Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. Class main:
  2.  
  3. a=(input("file name"))
  4. b=(input("insert a word"))
  5. archive.relacao(b,a)
  6.  
  7. Class archive:
  8. def relacao(self,word,document):
  9. t=doc.contsimple()[word]
  10.  
  11. Class main:
  12.  
  13. a=(input("file name"))
  14. b=(input("insert a word"))
  15. archive.relacao(b,a)
  16.  
  17. Class archive:
  18. def relacao(self,word,document):
  19. t=document.contsimple()[word]
  20.  
  21. t=doc.contsimple()[word]
  22.  
  23. t=doc.contsimple()[word]
  24.  
  25. t=document.contsimple()[word]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement