题解 | #增加元组的长度#

增加元组的长度

https://www.nowcoder.com/practice/31d26c9dbe454cf9a60c72c72ca958df

a = tuple([i for i in range(1,6)])
b = a + tuple(i for i in range(6,11))
print(a,len(a),b,len(b),sep='\n')

全部评论

相关推荐

评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务