0
How can i find the value of a diccionary that is in a list?
for example: aa = [{"name":"Juan","lastName":"hdhdh"}] I want to find only by name
1 Answer
+ 1
Hint: try unpacking from the list...
for example: aa = [{"name":"Juan","lastName":"hdhdh"}] I want to find only by name