This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
jack
/
cocorobolx
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Árbore:
f4db1a0f2f
Ramas
Etiquetas
master
cocorobolx
/
skulpt
/
test
/
run
/
t23.py
t23.py
72 B
Histórico
Raw
1
2
3
4
def test(x):
return x
y = test(1)*2 + test(3)*4 + test(5)*6
print y