로딩
요청 처리 중입니다...

Python HackerRank 문제 41 - Collections.deque()

 Python HackerRank 문제 41 - Collections.deque()

Python HackerRank 문제 41 - Collections.deque() 풀이 from collections import deque d = deque() for i in range(int(input())): exec('d.{0}({1})'.format(*input().split()+[''])) print(*d) * 출처 Collections.deque() | HackerRank Perform multiple operations on a double-ended queue or deque. www.hackerrank.com...

Python HackerRank 문제 41 - Collections.deque()에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.

# HackerRank_Collections_deque # Python # Python_Collections_deque # Python_HackerRank # Python_HackerRank_Collections_deque