diff --git a/random module tutorial b/random module tutorial new file mode 100644 index 0000000..a444e9f --- /dev/null +++ b/random module tutorial @@ -0,0 +1,4 @@ +import random +colors = ['red', 'white', 'black'] +x = random.randint(colors) +print(x)