I am brand new to Python programming and trying to make this program work.
I have made this program work by using \"if\" and \"else\" statements only, however, I wa
You are calling create_purple with 2 arguments, yet your definition (def) has 0 arguments.
Simply update the definition:
def create_purple(color1,color2):