10-14-2009, 07:19 PM
Code:
import random
while True:
x = ['1','0']
y = random.choice(x)
a = ['1','0']
b = random.choice(a)
print b,y,b,y,b,y,b,y,b,y,b,y,b,y,
Enter The Matrix
|
10-14-2009, 07:19 PM
Code: import random
10-14-2009, 08:28 PM
(10-14-2009, 07:56 PM)PaNiK Wrote: Does it come with pretty green colors? For you it does Code: while True:
10-14-2009, 11:18 PM
This is good, good work!
10-15-2009, 06:03 AM
Thanks nevets. Looks great.
Code: import random This is why List Comprehensions are win ^_^ Terrorcore, unleash, extermination Hyper real, cold blood, determination fudge them, I like this sensation Incredible, I from the annihilation
10-15-2009, 03:10 PM
|
« Next Oldest | Next Newest »
|