Hello, I'm doing a python script that takes the name of a movie and returns some data to the user (title, year etc). I'm using api omdbapi, but my question is not with regards to it but how to handle the following json link , when I use the parameter t it returns me the data of a movie only then it is good however when I use s it returns several results and I am having problems on how to print this. br> cod: link