「newlist」を含むwiki一覧 - 1ページ

5月21日(ソート) - コトリラボ

たリストを作るlist = ['田中', '加藤', '山田', '中村']newlist = [] #空のリストを作るfor name in list: newlist.append(name + '様&#

5月14日(forの演習, while) - コトリラボ

たリストを作るlist = ['田中', '加藤', '山田', '中村']newlist = [] #空のリストを作るfor name in list: newlist.append(name + '様&#

  • 1