tup1=(12,34,56)tup2=('abc','xyz')tup3=tup1+tup2print(tup3)
Standard input is empty
(12, 34, 56, 'abc', 'xyz')
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!