This website works better with JavaScript
Главная
Обзор
Помощь
Вход
jack
/
cocorobolx
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Вики
Дерево:
e5d481ada0
Ветки
Метки
master
cocorobolx
/
skulpt
/
test
/
run
/
t80.py
t80.py
86 B
История
Исходник
1
2
3
4
def test(x,y):
print x
return y
test('a', 1) or test('b', 1) and test('c', 0)