Question: What will be the output of the following Python code? colors = ('red', 'green', 'blue') rgb = '-'.join(colors) print(rgb)
What will be the output of the following Python code?
colors = ('red', 'green', 'blue')
rgb = '-'.join(colors)
print(rgb)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
