This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # | |
| # Helen Zhang, hz96@bu.edu | |
| # | |
| import random | |
| def create_dictionary(filename): | |
| ''' takes a string representing name of txt file, returns key-pair dictionary | |
| where every key is a corresponding word and has a value''' |