need help with python...paste indented code plzz
1)
Implement the following program:1) Define a functionprintColors()which with anarbitraryparametercolor.2)This functionprints allcolors sent to the function as arguments.3) Call theprintColors()function with the arguments "red", "green", and "blue".4) Call theprintColors()function with the arguments "orange" and "purple".
Example Output("orange" and "purple" are arguments)orangepurple
Example Output("red", "green", and "blue" are arguments)redgreenblue
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here