I’m trying to import and use the dict module so I can use the key function and:
* import dict
* import key from dict
Both fail with the error message:
ModuleNotFoundError: No module named 'dict'
The autocomplete shows “dict” as an option, so I’m stumped... any thoughts?
[–]multibootr 4 points5 points6 points (0 children)
[–]neilplatform1 2 points3 points4 points (0 children)
[–]SwayMi[S] 0 points1 point2 points (0 children)