Grokking Python Fundamentals
Ask Author
Back to course home

0% completed

Vote For New Content
Quiz
On this page
What will be the output of the below code?
fruits = ("apple", "banana", "cherry")
a, b, c = fruits
print(a, b, c)
A
apple, banana, cherry
B
banana, cherry, apple
C
cherry, apple, banana
D
Error

.....

.....

.....

Like the course? Get enrolled and start learning!

On this page