This website requires JavaScript.
Explore
Help
Sign in
jepler
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
issue17847
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
1 line
29 B
Python
Raw
Permalink
Blame
History
print
(
{
a
for
a
in
range
(
5
)
}
)
Reference in a new issue
View git blame
Copy permalink