q=int(raw_input("Quel questionnaire veux-tu ? Football ou Rap ? ")) if q==1: print(" Ok, vous avez avez choisi Football") a=int(raw_input("""Quel est le meilleur club de tous les temps ? 1-Olympique de Marseille 2-Real Madrid 3-FC Barcelone """)) if c > 3: print("Erreur, quel est votre choix ? ") if c == 2: print("Dommage !") if c == 1: print("Bien joue !") if c == 3: print("Dommage !") if c < 0: print("Erreur, quel est votre choix ? ") print("Prochaine Question.") b=int(raw_input("""Quel est la selection nationale ayant gagne le plus grand nombre de fois la Coupe du Monde ? 1-Allemagne 2-Bresil 3-Italie """)) if c > 3: print("Erreur, quel est votre choix ? ") if c == 2: print("Bien joue !") if c == 1: print("Dommage !") if c == 3: print("Dommage !") if c < 0: print("Erreur, quel est votre choix ? ") print("Prochaine Question.") c=int(raw_input("""Qui a marque un but de la tete somptueux lors de l'humiliation de l'Espagne contre les Pays-Bas ? 1-Ruud Van Nistelrooy 2-Clarence Seedorf 3-Robin Van Persie """)) if c > 3: print("Erreur, quel est votre choix ? ") if c == 2: print("Dommage !") if c == 1: print("Dommage !") if c == 3: print("Bien joue !") if c < 0: print("Erreur, quel est votre choix ? ") print("Prochaine Question.") d=int(raw_input("""Quel joueur a tente de refaire la Main de Dieu de Maradona lors d'un match de CdM ? 1-Rudy Voller 2-Gary Lineker 3-Thierry Henry """)) if c > 3: print("Erreur, quel est votre choix ? ") if c == 2: print("Dommage !") if c == 1: print("Bien joue !") if c == 3: print("Dommage !") if c < 0: print("Erreur, quel est votre choix ? ") print("Prochaine Question.")
Run
Reset
Share
Import
Link
Embed
Language▼
English
中文
Python Fiddle
Python Cloud IDE
Follow @python_fiddle
Browser Version Not Supported
Due to Python Fiddle's reliance on advanced JavaScript techniques, older browsers might have problems running it correctly. Please download the latest version of your favourite browser.
Chrome 10+
Firefox 4+
Safari 5+
IE 10+
Let me try anyway!
url:
Go
Python Snippet
Stackoverflow Question