@ -37,7 +37,7 @@ class Queue2:
def dequeue(self):
if self.head is not None:
ausgabe = self.head.data
ausgabe = self.head
self.head = self.head.next
if self.head is None:
self.butt = None
The note is not visible to the blocked user.