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
196773505a5750428c14d328eab3d346ad4b4b92
Core2forAWS-MicroPython
/
tests
/
basics
/
set_union.py
T
2 lines
30 B
Python
Raw
Normal View
History
Unescape
Escape
tests: Fix few tests which depend on order of elements in set.
2014-04-07 02:52:45 +03:00
print
(
sorted
(
{
1
}
.
union
(
{
2
}
)
)
)
Reference in New Issue
Copy Permalink