This website works better with JavaScript
홈
탐색
도움말
로그인
jack
/
cocorobolx
Watch
1
Star
0
포크
0
파일
이슈
0
위키
트리:
e5d481ada0
브랜치
태그
master
cocorobolx
/
skulpt
/
test
/
run
/
t105.py
t105.py
64 B
히스토리
Raw
1
print [x*y for x in range(10) if x % 2 == 0 for y in range(10)]