Posts by R.Aslan • 33 points
2 posts
-
1
votes2
answers1795
viewsQ: How to create a PDF from Dictionary data extracted from a . txt (Python) file
I have a dict() with string data extracted from a arquivo.txt. dic = {} dic[valor[0]] = valor[1] print(dic) >>> dic = {'Almir': 44, 'Ana': 36 ....} I would like to save organized in PDF as…
-
1
votes1
answer1183
viewsQ: How to Separate Data in Dictionary from a . txt (Python)
I have a text file (attachment.txt), which I have to store in a dictionary, with Name as key and phone, value. the file has the following information: --- nome telefone --- Ailton-1197765445…