def steps():
return '111\n\t222\n\t\t333'
#The line below will test your function.
print(steps())
这就可以了,我把它想复杂了。 jackz007 发表于 2022-11-7 11:50
就本题而言,感觉写 Python 代码的能力强并不重要,英语水平高似乎更为关键。
英文和代码都很重要。 dlin1606 发表于 2022-11-7 11:59
def steps():
return '111\n\t222\n\t\t333'
#The line below will test your function.
脑筋急转弯
页:
1
[2]