イテラブルに対するリスト内包表記
リスト内包表記はイテラブルを使って構築できます。以下のオブジェクトのうち、リスト内包表記を使えるものはどれでしょうか?
doctor = ['house', 'cuddy', 'chase', 'thirteen', 'wilson']
range(50)
underwood = 'After all, we are nothing more or less than what we choose to reveal.'
jean = '24601'
flash = ['jay garrick', 'barry allen', 'wally west', 'bart allen']
valjean = 24601
この演習はコースの一部です
