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
The append() function inserts an element at the rear end in a queue.
2 Likes
True
Reason — The built-in list function "append()" inserts an element at the rear end of a queue.
Answered By
2 Likes