tuple1=(12,34,25) tuple2=(10,20,30) tuple3=tuple1+tuple2 print(tuple3)
To embed this project on your website, copy the following code and paste it into your website's HTML: