Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
misingnoglic
Mar 23rd, 2013
61
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.24 KB
| None
|
0
0
raw
download
clone
embed
print
report
class
Queue
(
)
:
def
__init__
(
self
)
:
self
.
line
=
[
]
def
insert
(
self
,
obj
)
:
self
.
line
+
=
[
obj
]
def
remove
(
self
)
:
if
self
.
line
==
[
]
:
raise
ValueError
(
)
else
:
(
self
.
line
)
.
pop
(
0
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
📌📌 Swapzone Glitch 2000/15MIN 🚨📌
JavaScript | 8 sec ago | 0.65 KB
⭐⭐ FREE BTC GUIDE ✅ Working ⭐⭐
JavaScript | 8 sec ago | 0.67 KB
⭐⭐ Instant Money Method ⭐ 🔥📌
JavaScript | 1 min ago | 0.65 KB
🔥 +10,000$ in 1 Week - METHOD 🔥 🚨⭐
JavaScript | 3 min ago | 0.65 KB
⭐⭐ Instant Money Method ⭐⭐
JavaScript | 3 min ago | 0.67 KB
🚀 ChangeNOW Money Glitch 🚀
JavaScript | 3 min ago | 0.67 KB
🔥🔥 BIG MONEY BY TRUMP⭐ 💵⭐
JavaScript | 5 min ago | 0.65 KB
⭐⭐ INSTANT MONEY EXPLOIT ⭐⭐
JavaScript | 6 min ago | 0.67 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!