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