This website requires JavaScript.
Explore
Help
Register
Sign In
TonBERRY
/
micropython
Watch
3
Star
0
Fork
0
You've already forked micropython
Code
Pull Requests
Activity
Files
2234c3f23d25de1d16adf73d585c8b8d070cb0b4
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
}
)
)
)
View Git Blame
Copy Permalink