Question: # Write your responses below # Your answer to # 1 below this line: items = ( ' apple ' , 'banana', 'cherry', 'date' )
# Write your responses below
# Your answer to # below this line:
items apple 'banana', 'cherry', 'date'
# Do not remove this line.
printThe list of items in the tuple are:
t stritems
# Your answer to # below this line:
numbers
# Do not remove this line.
printThe list of numbers from to are:
t strnumbers
# Your answer to # below this line:
name John Doe",
# Do not remove this line.
printThe tuple that contains your name is:
t strname
# Your answer to # below this line:
gpa
# Do not remove this line.
printThe tuple that contains your CGPA is:
t strgpa
# Your answer to # below this line:
namegpa John Doe",
# Do not remove this line.
printThe tuple that contains your name & CGPA is:
t strnamegpa
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
