返回列表 發帖
  1. list2=["仁","義","禮","智","信","忠","孝","和"]
  2. for i in range(0,8):
  3.     print(list2[i],end=" ")         
複製代碼

TOP

返回列表