(12345) + (678910) python?
Answers
Answered by
1
(12345) + (678910) = 691255
# if you intended them to be tuples
(12345,) + (678910,) = (12345, 678910)
Similar questions