Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Nov 5th, 2021
73
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
def
find_uniq
(
arr
)
:
arr_to_set
=
set
(
arr
)
for
n
in
arr_to_set:
if
arr.
count
(
n
)
==
1
:
return
n
# n: unique integer in the array
return
None
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ Monetizing Technique
CSS | 47 min ago | 0.17 KB
API Glitch that made me $5900
CSS | 47 min ago | 0.19 KB
merge_sort.py
Python | 1 hour ago | 1.24 KB
Sniffed from funkemunky report
3 hours ago | 71.42 KB
Sniffed from funkemunky report
3 hours ago | 118.29 KB
lipstickalley_stickytop
4 hours ago | 0.84 KB
Raspberry Pi 5 config.txt
5 hours ago | 1.54 KB
ESP32 Poti => LED Bar (WS2812)
Python | 8 hours ago | 0.98 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!