This website requires JavaScript.
Explore
Sign In
W3SLAV
/
micropython
Watch
1
Fork
0
You've already forked micropython
mirror of
https://github.com/W3SLAV/micropython.git
synced
2025-06-20 12:35:34 -04:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
3c8089d1b1
micropython
/
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