(10-14-2009, 08:33 PM)PaNiK Wrote: [ -> ]Thanks very much sir
Does it say anything particular in Binary over and over?
No problem.
but no is doesnt say anything
, that would be cool though, make it like "im going to eat you", then send it to someone
Chances are they wouldn't be able to read it
Thanks nevets. Looks great.
Code:
import random
while True: print "\033[32m"+"".join([str(random.randint(0, 1)) for x in range(80)])
This is why List Comprehensions are win ^_^
(10-15-2009, 02:18 PM)Fallen Wrote: [ -> ]Code:
import random
while True: print "\033[32m"+"".join([str(random.randint(0, 1)) for x in range(80)])
This is why List Comprehensions are win ^_^
thats cool, ill have to read your tutorial