view bin/beat @ 11936:5291f08331b3 draft

<wob_jonas> `` echo \'#!/usr/bin/python3;import math,time;b = math.floor(((time.time()+3600) % 86400) / 86.4);print("%03d"%(b,))\' | tr \\; \\\\n > bin/beat; chmod -v a+x bin/beat
author HackEso <hackeso@esolangs.org>
date Fri, 13 Sep 2019 11:15:34 +0000
parents 4ade46a1e935
children 3a5df91432c4
line wrap: on
line source

#!/usr/bin/python3
import math,time
b = math.floor(((time.time()+3600) % 86400) / 86.4)
print("%03d"%(b,))