Thread: cyberia
View Single Post
 
Old Jun 05, 2017, 02:26 PM
bearguardian's Avatar
bearguardian bearguardian is offline
Poohbah
 
Member Since: Jan 2017
Location: arcturus
Posts: 1,243
Outputs the infinite random genetic code sequence.

https://www.sciencedaily.com/release...0525085123.htm

Code:
#!/usr/bin/python
import random
import time
a = "U..........@"
b = ".........................C"
c = "......A......@"
d = "..........G"
e = "......@"
f = "........@"
while True:
 print random.choice([a, b, c, d, e, f])
 time.sleep(1)
__________________
that weird hidden space:
http://namshub.netii.net/