from random import * nombresecret = randint(0,11) proposition = int(input("Donnez votre réponse :")) if proposition == nombresecret: print("Bravo vous avez trouvé le nombre secret !") else: print("Désolé, ce n'et pas la bonne réponse.")