This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
jack
/
cocorobolx
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Tree:
64b58f30a5
Branches
Tags
master
cocorobolx
/
python
/
skulpt
/
test
/
run
/
t176.py
t176.py
64 B
Histórico
Raw
1
2
3
4
def x():
y = lambda x,y,z: x*y+z
print y(5, 10, 15)
x()