If the user enters `'2'`, we first check if the queue is not empty (`len(queue) > 0`). If the queue is not empty, we use the `popleft()` method ...
確定! 回上一頁