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