题解 | #牛客运动会#

牛客运动会

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

相关推荐

10-25 23:12
门头沟学院 Java
点赞 评论 收藏
分享
10-14 23:01
已编辑
中国地质大学(武汉) Java
CUG芝士圈:虽然是网上的项目,但最好还是包装一下,然后现在大部分公司都在忙校招,十月底、十一月初会好找一些。最后,boss才沟通100家,别焦虑,我去年暑假找第一段实习的时候沟通了500➕才有面试,校友加油
点赞 评论 收藏
分享
11-27 17:35
已编辑
蚌埠坦克学院 C++
深信服 后台开发 n×12
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务