Guest User

Untitled

a guest
Dec 18th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. {"certa": 0, "vez": 0, "quando": 1, "tinha": 0, "seis": 0, "anos": 0, "vi": 0, "num": 0, "livro": 0, "sobre": 0, "a": 2, "floresta": 0, "virgem": 0, "histu00e3u00b3rias": 0, ... }
  2.  
  3. with open(nameFileJson + '.json', 'w') as arq:
  4. json.dump(data, arq)
  5.  
  6. with open(nomeFile + '.json') as json_data:
  7. dicContadores = json.load(json_data)
  8. json_data.close()
  9.  
  10. return dicContadores
Add Comment
Please, Sign In to add comment