mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 09:21:13 +08:00
Remove extra Semicolon (#7152)
This commit is contained in:
@ -22,7 +22,7 @@ class LinkedQueue:
|
||||
>>> queue.put(5)
|
||||
>>> queue.put(9)
|
||||
>>> queue.put('python')
|
||||
>>> queue.is_empty();
|
||||
>>> queue.is_empty()
|
||||
False
|
||||
>>> queue.get()
|
||||
5
|
||||
|
Reference in New Issue
Block a user