🌈 搜索
📅  最后修改于: 2022-03-11 14:45:24.635000             🧑  作者: Mango
tuple = ( 44 , 55 , 66 ) print(int(2.0) * tuple) # (44, 55, 66, 44, 55, 66)