Answer:
Deques can contain lists.
A deque is a type of collection.
Deques can be created empty.
Step-by-step explanation:
Answers can be found in Edge instructions
"You can make a deque whose members are lists."
"You can create an empty deque or create a deque with a list or a string."
"You have used lists and deques, which are two types of collections used by Python. "