I am more oriented into computers programming by themselves by taking information from a user, but I have a curiosity about how to take the name of the class from a user and then create a class with that same name.
For instance,
name_of_class = input('What is the name of the class?')
and then create a class with that name
Hope you understand my question, Thank you.