Ejtag Tiny Tools Software.epub
Alan Moore Neonomicon Download Cbr 54.siska5c.weebly.com
Alan Moore Neonomicon Download Cbr 54.siska5c.weebly.com
Desired output
{'name': 'Ejtag Tiny Tools Software.epub',
'author': 'Adjprog',
'version': '0.1',
'keywords': [],
'category': ['Personal'],
'download': ['l1300 233l'],
'date': '12/07/2022 07:03',
'original_link': '',
'file_size': '3635',
'file_name': '',
'file_path': '/media/btp/L1300 233l'}
A:
Lets start from a less complicated data set.
Data = {"name": ["Ejtag Tiny Tools Software.epub"], "version": ["0.1"], "date": ["12/07/2022 07:03"], "keywords": [""], "category": ["Personal"], "download": ["l1300 233l"]}
If you look at the data structure you'll see that they are lists. The values will be lists. So to print all the values inside lists you can do it like so:
print(Data["name"])
This will print
['Ejtag Tiny Tools Software.epub']
To access just the first element use [0]
print(Data["name"][0])
And this will print
Ejtag Tiny Tools Software.epub
If the data you are having is a dict rather than a list, then you would need to do
print(Data["name"]["0"])
Rami Hamdi, nephew of detained U.S. citizen, pleads for release at hearing in Cairo (file)
CAIRO, April 3 (Reuters) - The nephew of a U.S. citizen arrested in Egypt in March, and a Swedish activist calling for his release, pleaded for their release at an Egyptian court on Friday during a brief closed-door session in the capital, Cairo.
A U.S. State Department spokesman said the names of the two people did not appear on a list of released U.S. citizens. be359ba680
Related links:
Comments