/
githubmirror
/
pm2
Обзор
Документация
Войти
/
githubmirror
/
pm2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.0.3
examples/run-php-python-ruby-bash/echo.py
7 строк
122 B
Unitech
CHANGE: now log_date_format is attached by default + fix multi line #2792 + cleanup travis file
23 сен 2018, 20:44
23 сен 2018, 20:44
9f3b5ea
Код
Авторство
О чём код?
#!/usr/bin/python import time while 1: print("Start : %s" % time.ctime()) print("second line") time.sleep(1)