mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-18 16:27:02 +00:00
Remove extra Semicolon (#7152)
This commit is contained in:
parent
05e19128f7
commit
26fe4c6539
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user