🌈 搜索
📅  最后修改于: 2022-03-11 14:45:55.465000             🧑  作者: Mango
numbers = (1, 2, 3, 4, 5) length = len(numbers) print('Length of the tuple is: ', length)