asciiart/h4x/MyPetsAteTheMDMA/interactive-whatcolorisyourrock.txt
2023-04-23 16:36:11 +10:00

3 lines
194 B
Plaintext

Forked version of Rock, Paper, Scissors:
What color is your Rock?
import time; import random; time.sleep(3); print(random.choice(["blue", "white", "opaque", "brown", "green", "yellow", "pink"]))