How would I be able to convert for example, turn 45 to turn(45)? Or in general reverse AnyValue to reverse(AnyValue) in python?
The user input could be:
reverse 45
And then the output could be:
reverse(45)
How would I be able to convert for example, turn 45 to turn(45)? Or in general reverse AnyValue to reverse(AnyValue) in python?
The user input could be:
reverse 45
And then the output could be:
reverse(45)