返回列表 發帖
list=["忠","孝","仁","愛","信","義","和","平"]
for i in range(0,8):
    print(list[i], end="")

TOP

返回列表