Answers for "Use the correct syntax to print the first item in the fruits tuple."

2

Use the correct syntax to print the first item in the fruits tuple.

fruits = ("apple", "banana", "cherry")
print(fruits[0])
Posted by: Guest on April-24-2022

Code answers related to "Use the correct syntax to print the first item in the fruits tuple."

Python Answers by Framework

Browse Popular Code Answers by Language