This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
41d9d4e0ab
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
2 lines
30 B
Python
Raw
Blame
History
print
(
sorted
(
{
1
}
.
union
(
{
2
}
)
)
)
Reference in New Issue
View Git Blame
Copy Permalink