Trying to put improve the look of exponentation
Howdy.
I've been trying to implement visible exponents for my Guessing Game (e.g :`x^(2)`) but the best I manage to do is `x**2`
So far, I've tried using `init_printing(use_unicode=True)` & `pprint` to achieve this but the result stays the same.
Any advice on how I could implement this?
Link to files (removed a lot of code to keep only necessary stuff) :