HomeTuples How can you add an extra element to a tuple? 0 Comments Facebook Twitter Q. How can you add an extra element to a tuple ? Answer = By using + operator Example:- a=('p','y','t','h','o') b =('n') print (a+b) >>>('p','y','t','h','o','n')
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )