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
User Jithinpt
by
5.3k points

1 Answer

6 votes

Answer:

from collections import deque

User Samoyed
by
6.8k points