I have an AI Assistant project and I want it to search in internet. I want to use Google Quick Answer Box or DuckDuckGo Instant Answer API for Python. I saw other questions but they didn't help me so much. Here is an example what I want to achieve:
Question: What is giraffe?
Google's Answer:
DuckDuckGo's Answer:
As you can see the answers start with,
'The giraffe is an African artiodactyl mammal...'
How can I get this text using Python? (let me say 'what is giraffe' is an example. i want to use this method almost everything like 'tell me president of united states' etc.)