DEV Community

Discussion on: 50 Python Interview Questions and Answers

Collapse
 
muhimen123 profile image
Muhimen

I agree with that. I run the code, and this is the result.

>>> print(my_tuple)
(50, 'Eighty', 9)

But the real answer should be something like this:

(50, 'Twenty', 110, 'Fifty', 'Ten', 20, 10, 80, 'Eighty')