题解 | #牛客运动会#

牛客运动会

http://www.nowcoder.com/practice/ca23b85cb3d447fea91803043013859c

my_tuple = ('Tom', 'Andy')

print('Here is the original tuple:') for name in my_tuple: print(name)

try: my_tuple[1] = 'Allen' except: print() print("my_tuple[1] = 'Allen' cause a TypeError: 'tuple' object does not support item assignment")

my_tuple = ('Tom', 'Allen') print() print('my_tuple was changed to:') for name in my_tuple: print(name)

跟着题目来打是不对的

全部评论
奇怪这是为什么
点赞 回复 分享
发布于 2022-07-04 15:13
题目真坑,上面和下面不一样
点赞 回复 分享
发布于 2022-07-23 19:35

相关推荐

牛客263158796号:我领羊一面后十天不挂也不推进 今天问hr说等前序的第一批意向发完看情况再看是否推进
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务