This website requires JavaScript.
Explore
Help
Sign in
jepler
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
sanitize-address
circuitpython
/
tests
/
basics
/
set_union.py
Paul Sokolovsky
bd6f3d31d2
tests: Fix few tests which depend on order of elements in set.
2014-04-07 02:54:16 +03:00
1 line
30 B
Python
Raw
Permalink
Blame
History
print
(
sorted
(
{
1
}
.
union
(
{
2
}
)
)
)
Reference in a new issue
View git blame
Copy permalink