I want to create an app that shows me all the existing dog breeds, with photographs, with details of weight, maximum height, color, different qualities. That the app tells me what is the average market value they sell them in each of the countries and also that it shows me the countries where they are restricted depends on their danger.
# define the function def add(a,b): return a + b # call the function add(1,2)