This website requires JavaScript.
Explore
Help
Register
Sign In
Lerking
/
micropython
Watch
1
Star
0
Fork
0
You've already forked micropython
mirror of
https://github.com/micropython/micropython.git
synced
2026-03-18 06:40:19 +01:00
Code
Issues
Actions
27
Packages
Projects
Releases
Wiki
Activity
Files
d8a4d9d67c16c5c827ed5c70c4d9d8042f9273cb
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