返回列表 發帖
  1. list=["a","b","c","d","e","f",]
  2. for i in range(1,6):
  3.     print()
  4.    
複製代碼

TOP

返回列表