Computer Science, asked by kumarnirmal447, 6 months ago

write a Python program to create and transverse a tuple of numbers​

Answers

Answered by singhsakshi74705
2

Answer:

Ans is above

hope it helps..,

Thank You

Attachments:
Answered by ItzSecretBoy01
0

Answer:

#Create a tuple with numbers

tuplex = 5, 10, 15, 20, 25

print(tuplex)

#Create a tuple of one item

tuplex = 5,

print(tuplex)

Attachments:
Similar questions