This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
jack
/
cocorobolx
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Albero (Tree):
e0ea877bab
Rami (Branch)
Tag
master
cocorobolx
/
skulpt
/
test
/
run
/
t80.py
t80.py
86 B
Cronologia
Originale
1
2
3
4
def test(x,y):
print x
return y
test('a', 1) or test('b', 1) and test('c', 0)