From 98c3b21c4070109da06ee20bc9b715ad839133b9 Mon Sep 17 00:00:00 2001 From: Stephen Kerr Date: Tue, 8 Nov 2022 16:13:01 +0100 Subject: [PATCH] changes to rules --- script.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/script.py b/script.py index 5f29025..05ad43a 100644 --- a/script.py +++ b/script.py @@ -30,11 +30,13 @@ verbs = spaceremover(verbs) gamenames = spaceremover(gamenames) #new funtion quantifier def quantifier (words): - amount = random.randint(-5,7) + amount = random.randint(0,7) word = random.choice(words) word = str(amount) + " " + word if amount == 1 or amount == -1: return word + if amount == 0: + word = word.replace("0 ","no ") if word[-1] =="y": word = word[0:-1] #word = word.replace("y","") @@ -50,7 +52,7 @@ def quantifier (words): print(" " *10+"How to play " + random.choice(gamenames)) print("~*"*30) #Then it loops through instructions -for i in range(6): +for i in range(random.randrange(1,275)): print(" " *10+"Rule " + str(i+1) + ": "+ random.choice(verbs) + " " + quantifier (objects)) print("""