This website works better with JavaScript
Home
Explore
Help
Sign In
jack
/
cocorobolx
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
master
Branches
Tags
master
cocorobolx
/
python
/
skulpt
/
test
/
run
/
t104.py
t104.py
65 B
Permalink
History
Raw
1
print [x*y for x in range(1,10) for y in range(1,x) if y%2 == 0]