This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
jack
/
cocorobolx
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
cf7f0f0a2b
Gałęzie
Tagi
master
cocorobolx
/
skulpt
/
test
/
run
/
t80.py
t80.py
86 B
Historia
Czysty
1
2
3
4
def test(x,y):
print x
return y
test('a', 1) or test('b', 1) and test('c', 0)