Guest User

Untitled

a guest
Jul 15th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. import wolframalpha
  2. import wikipedia
  3. client = wolframalpha.Client('XPAQWX-PPQX4AHGAP')
  4. q=input('Problem: ')
  5. res = client.query(q)
  6. print(next(res.results).text)
Add Comment
Please, Sign In to add comment