Blog

What is the output of the below code?

tuple = “Car”, “Bike” , “Plane”
c, b, p = tuple
print(b, c)