KnowledgeBoat Logo

Computer Science

The append() function inserts an element at the rear end in a queue.

Python Queue

2 Likes

Answer

True

Reason — The built-in list function "append()" inserts an element at the rear end of a queue.

Answered By

2 Likes


Related Questions