I am relatively new to python. I am trying to make a (really bad) game in python to understand more about classes. I've mostly gotten there but i have to ask one question: How (if possible) do you call a class inside a function.
So say i have a class called Class and i want to "call" this class inside a function that is not part of any other class. Let's call this function Function. How would i go about doing it? I have searched on the internet but nothing. Classes are ridiculously confusing compared to anything else i've learnt. There's still so much i don't get.