くだすれPython(超初心者用) その46【Ruby禁止】at TECH
くだすれPython(超初心者用) その46【Ruby禁止】 - 暇つぶし2ch15:デフォルトの名無しさん
20/01/03 21:47:45.01 cSDCrnP1.net
>>7
from itertools import islice, cycle
def take(n, iterable):
____return list(islice(iterable, 0, n))
take(5, cycle([1,4]))


次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch