/
gowen
/
edx-platform
Обзор
Документация
Войти
/
gowen
/
edx-platform
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
common/test/data/uploads/python_lib_zip/number_helpers.py
6 строк
68 B
stv
Fix PEP8: E226 missing whitespace around arithmetic operator
11 ноя 2014, 06:30
11 ноя 2014, 06:30
b388ab9
Код
Авторство
О чём код?
def seventeen(): return 17 def fortytwo(x): return 42 + x