Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Nov 17th, 2019
76
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
union
(
*args
)
:
result_set
=
set
(
)
for
current_set
in
args:
result_set |
=
current_set
return
result_set
if
__name__
==
'__main__'
:
print
(
union
(
{
1
,
2
,
3
}
,
{
10
}
,
{
2
,
6
}
)
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ P
JavaScript | 2 min ago | 0.25 KB
✅ Make $2500 in 20 minutes⭐⭐⭐ Z
JavaScript | 2 min ago | 0.25 KB
⭐⭐⭐Instant Profit Method⭐⭐
Java | 6 min ago | 0.10 KB
⭐⭐⭐Free Giftcards Method⭐⭐
Java | 6 min ago | 0.10 KB
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ U
JavaScript | 6 min ago | 0.25 KB
✅ Make $2500 in 20 minutes⭐⭐⭐ Z
JavaScript | 6 min ago | 0.25 KB
✅ Make $2500 in 20 minutes⭐⭐⭐ V
JavaScript | 6 min ago | 0.25 KB
⭐⭐⭐Swapzone.io Glitch (Working)⭐⭐
Java | 6 min ago | 0.10 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!