Grokking Python Fundamentals

0% completed

Quiz
Quiz

What will be the output of the below code?

fruits = ("apple", "banana", "cherry")
a, b, c = fruits
print(a, b, c)
Click an option to answer

.....

.....

.....

Like the course? Get enrolled and start learning!