sorry if I sound like a complete idiot when asking this, I'm very new to Python. When I create a function like this :
def load_content(name, colorkey=None, datatype):
It tells me there is a syntax error. From what I can tell, this is the right way to write a function. Like I said, I'm very new. Does anyone know what's wrong here?