asked 50.6k views
1 vote
Choose the line needed.

In order to use deques, you need to bring the deque methods into active memory.

You do this by entering this line at the top of your program.

Choose the line needed. In order to use deques, you need to bring the deque methods-example-1
asked
User Jithinpt
by
7.8k points

1 Answer

6 votes

Answer:

from collections import deque

answered
User Samoyed
by
8.9k points