求解这一道简单Python函数题?

大佬们看一下8-10怎么做?
2025-04-19 14:48:52
推荐回答(3个)
回答1:

try this : 

回答2:

回答3:

def make_great(l):
for i in range(len(l)):
l[i] = 'The Great ' + l[i]