我想以相反的顺序打印此列表中的所有元素,此列表中的每个元素都必须在新行上。 例如,如果列表是['我','编程',''' python&#39 ;]它应该打印出来: 蟒蛇 同 程序设计 上午 一世 这样做的最佳方式是什么?
def list():
words = []
while True:
output = input("Type a word: ")
if output == "stop":
break
else:
words.append(output)
for elements in words:
print(elements)
list()
答案 0 :(得分:0)
通用:
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404 The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporally unavailable...
Requested URL: /xxxx