#Question on typing nested dictionaries

1 messages · Page 1 of 1 (latest)

bitter night
#

Can a nested dictionary be typed? I have tried and gotten errors. I've attached a screenshot. IT seems the 'outer' dictionary can be typed correctly. IS this something that just can't be done? I found a workaround by parsing the values from a string to a float lower in the code but I'd rather use typing. Any ideas?

Thanks for your time.

fair wyvern
#

In your first line, you need to capitalize String

bitter night
#

:headslap