This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
jack
/
cocorobolx
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Wiki
Fa:
cf7f0f0a2b
Branch-ok
Tag-ek
master
cocorobolx
/
skulpt
/
test
/
run
/
t80.py
t80.py
86 B
Előzmények
Nyers
1
2
3
4
def test(x,y):
print x
return y
test('a', 1) or test('b', 1) and test('c', 0)