To access a value from dictionary you need to simply use dictionary[key]
, so in your function you just need to return this value.
solved Accessing a Dictionary [closed]
To access a value from dictionary you need to simply use dictionary[key]
, so in your function you just need to return this value.
solved Accessing a Dictionary [closed]