Computer Science, asked by preetesh4153, 9 hours ago

tuple values arent changable in python
but when im doing the following its change pls help me to find my mistake
tuple1=(140,120,"hello")
print(tuple1)
tuple2=(120,130,45)
print(tuple2)

output
(140,120,"hello")
(120,130,45)

Answers

Answered by JanhaviL
0

Answer:

please mark me as brainlist

Attachments:
Similar questions