Sorashi
1/19/2016 - 5:49 PM

Tokyo Ghoul reference

Tokyo Ghoul reference

import time
now=time.time()
c=1000
while c>0:
    print c
    c-=7
print "Hello, Tokyo! It took me "+str(round((time.time()-now)*1000,3))+"ms to count down from 1000, decreasing by 7."