Skip to content

Instantly share code, notes, and snippets.

@brunobord
Created August 12, 2014 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunobord/567de232b809f069621b to your computer and use it in GitHub Desktop.
Save brunobord/567de232b809f069621b to your computer and use it in GitHub Desktop.
import random
print("Vous approchez d'un monstre")
print("Il vous attaque brusquement")
print(random.choice(["Vous l'avez vaincu!", "Vous êtes mort..."]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment