This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
circuitpython
/
tests
/
basics
/
set_comprehension.py
Paul Sokolovsky
800b163cd8
tests/comprehension1, containment: Split set tests to separate files.
...
To make skippable.
2017-02-14 22:31:08 +03:00
2 lines
29 B
Python
Raw
Blame
History
print
(
{
a
for
a
in
range
(
5
)
}
)
Reference in New Issue
View Git Blame
Copy Permalink