mikejs / python-duckduckgo

A library for querying the Duck Duck Go API
Other
79 stars 72 forks source link

Doesn't giving answers for mathematical expressions #11

Open Ibrahim2750mi opened 3 years ago

Ibrahim2750mi commented 3 years ago

duckduckgo.query('calculator').answer.type 'calc' duckduckgo.query('calculator 2+2').answer.text ''" duckduckgo.query("2+2").answer.text "" How to fix this