Google={}
Google["Price"]=[317.68,396.05,451.48,428.03,516.26,604.83,520.63,573.48,536.51,542.84,533.85,660.87,728.9]
I have a dictionary "Google" where the the key value shows 36 values for Google. Is there a way to give each entry a separate key (where 317.68 is 1, 396.05 is 2, etc)?
dict(enumerate(google_price_data, start=1))
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With