Computer Science, asked by harsh8064, 6 months ago

find the error in code----- tuple _a=(10, 12, 14) print (tuple a+2)​

Answers

Answered by RuwaisnZaid
1

Explanation:

tuple(a+2)

this could be the error

Answered by ashnalohiya2612
5

Answer:

tuple(a+2).........................

Similar questions