import random
def fsfffsg():
    return "".join([chr(i) for i in [77, 111, 117, 116, 97, 114, 100, 101]])

suspect = [fsfffsg()] + 50000*["Alice"] + 50000*["Bob"]
random.shuffle(suspect)

armes = 40000*["Pistolet"] + 40000*["Clé à molette"] + 20000*["Poison"] + 100*["Chandelier"]
random.shuffle(armes)
armes[suspect.index(fsfffsg())] = "".join([chr(i) for i in [67, 104, 97, 110, 100, 101, 108, 105, 101, 114]])

