Answers for "change tuple in python"

-1

change tuple in python

a = (2,4,5,3,2)

a[0] = 45
#it will replace 2 with 45
Posted by: Guest on January-12-2022

Python Answers by Framework

Browse Popular Code Answers by Language