I have a a user-inputted polynomial and I only want to use it if it only has characters in the string 1234567890^-+x
.
How can I check if it does or not without using external packages? I only want to use built-in Python 2.5 functions.
I am writing a program that runs on any Mac without needing external packages.
timeit
potshot at it? – Pandit