#!/usr/bin/python3 from time import sleep while(1): sleep(1) print("beep")