redline.py code: import wolframalpha global solution solution = [“solution:”] def red_line(question): try: # c = wolframalpha.Client(‘YOUR API HERE’) res = c.query(question) solve = next(res.results).text solver…
Welcome. Enjoy your stay.
redline.py code: import wolframalpha global solution solution = [“solution:”] def red_line(question): try: # c = wolframalpha.Client(‘YOUR API HERE’) res = c.query(question) solve = next(res.results).text solver…