update,
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# you can download at
|
||||
# https://goo.gl/WKdcqo
|
||||
|
||||
import random
|
||||
|
||||
random.randint(0,3)
|
||||
|
||||
|
||||
colors = [random.randint(0,2)]
|
||||
colors = [random.randint(0,len(colors))]
|
||||
|
||||
|
||||
random.choice(colors)
|
Reference in New Issue
Block a user