This website requires JavaScript.
Explore
Help
Sign In
m5
/
Core2forAWS-MicroPython
Watch
0
Star
0
Fork
0
You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced
2026-05-20 10:30:31 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7e75245d549d01ac4f01ee615c193c00cf3269a7
Core2forAWS-MicroPython
/
tests
/
basics
/
set_union.py
T
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