Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jan 8th, 2016
132
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
def
abc
(
data
)
:
for
a
in
reversed
(
range
(
len
(
data
)
)
)
:
if
data.
count
(
data
[
a
]
)
==
1
:
#print(a)
data.
remove
(
data
[
a
]
)
return
data
print
(
abc
(
[
1
,
2
,
3
,
4
,
5
,
4
]
)
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
🚀 Swapzone +37% glitch
JavaScript | 4 sec ago | 0.24 KB
🚨 Free Crypto Method 🚨
JavaScript | 14 sec ago | 0.24 KB
💡 EASY MONEY GUIDE ✅ Working
JavaScript | 23 sec ago | 0.24 KB
⭐⭐⭐MAKE $1000 INSTANTLY⭐⭐
Java | 25 sec ago | 0.15 KB
🔥 Exchange profit method
JavaScript | 33 sec ago | 0.24 KB
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 37 sec ago | 0.15 KB
📝 MAKE $2500 IN 15 MIN ✅ Working
JavaScript | 42 sec ago | 0.24 KB
⭐⭐⭐Exchange Exploit T I⭐⭐
Java | 48 sec ago | 0.15 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!