Skip to content

Commit

Permalink
add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Stojanovic authored Jan 17, 2022
1 parent 8724d62 commit 66483f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class Enki(object):
q.put(Enki(3))
q.put(Enki(100))
while not q.empty():
print(q.get().priority)
print(q.get().priority)
# output is 100 / 55 / 3
```

Expand Down

0 comments on commit 66483f9

Please sign in to comment.