dlin1606 发表于 2022-11-7 11:59:06

dragov 发表于 2022-11-7 10:40


def steps():
    return '111\n\t222\n\t\t333'
#The line below will test your function.
print(steps())
这就可以了,我把它想复杂了。

dlin1606 发表于 2022-11-7 12:00:38

jackz007 发表于 2022-11-7 11:50
就本题而言,感觉写 Python 代码的能力强并不重要,英语水平高似乎更为关键。

英文和代码都很重要。

dragov 发表于 2022-11-7 12:30:36

dlin1606 发表于 2022-11-7 11:59
def steps():
    return '111\n\t222\n\t\t333'
#The line below will test your function.



脑筋急转弯
页: 1 [2]
查看完整版本: Strings