请在 下方输入 要搜索的题目:

Which of the following operations will rightly modify the value of the element? ( )


A、
s='hello'
s[0]='H'
B、
t=('h','e','l','l','o')
t[0]='H'
C、
t={'h','e','l','l','o'}
t[0]='H'
D、
t=['h','e','l','l','o']
t[0]='H'

发布时间:2025-01-08 22:17:36
推荐参考答案 ( 由 快搜搜题库 官方老师解答 )
联系客服
答案:t=['h','e','l','l','o'] t[0]='H'
专业技术学习
专业技术学习
搜搜题库系统