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_add.py
T
4 lines
50 B
Python
Raw
Normal View
History
Unescape
Escape
Implemented set.add
2014-01-12 15:29:11 +00:00
s
=
{
1
,
2
,
3
,
4
}
print
(
s
.
add
(
5
)
)
Modify set tests to print sorted sets directly
2014-04-07 05:00:03 +01:00
print
(
sorted
(
s
)
)
Reference in New Issue
Copy Permalink