This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
jack
/
cocorobolx
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
f4db1a0f2f
Branches
Tags
master
stia
cocorobolx
/
skulpt
/
test
/
run
/
t105.py
t105.py
64 B
Historique
Raw
1
print
[x*y
for
x
in
range(
10
)
if
x %
2
==
0
for
y
in
range(
10
)]