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