citation.py

Created by chambounaudaubin

Created on October 08, 2025

1.47 KB

Invente de manière aléatoire des citations. A ne pas réutiliser pour la dissertation!!!


from random import *
from ion import *
s=["L'amour","La liberte","L'orgueil","Le badinage","Les sentiments"
,"Le romantisme","L'auteur","Le lyrisme","La conviction","Le desir","La poesie","La volonte","Le savoir"
,"L'impossible","La sagesse","La bonte","Le coeur","La parole","Le beau","Le vrai","Les conventions"
,"La societe","La science","La catharsis","Les passions","La reflexion"]
v=["s'exprime par","represente","engendre","signifie","recherche"
,"ne peut briser","croule sous","n'est pas","exprime","se retrouve dans","previent"
,"se reflete dans","se concretise par","magnifie","nourrit","introduit"]
c=["L'amour","La liberte","L'orgueil","Le badinage","Les sentiments"
,"Le romantisme","L'auteur","Le lyrisme","Les convictions","Le desir","La poesie","La volonte","Le savoir"
,"les personnages","la sagesse","La bonte","Le coeur","La parole","Le beau","Le vrai"
,"Les conventions","La societe","La science","La catharsis","Les passions","La reflexion"]
na=["aubin","Alfred","Arthur","Jean","Michel","Victor","Mohamed"
,"Edmond","Emmanuel"]
fa=["De Musset ","Macron","Rimbaud","Danton","De la Fontaine","De Montaigne","Abdul","Hugo","Rostand","Standahl"
,"Scott","Shakespear","Platon","Socrate","Corneille"]

while True:
  if keydown(KEY_OK) or keydown(KEY_EXE):
    print("-------\n",s[randint(0,len(s)-1)],v[randint(0,len(v)-1)],c[randint(0,len(c)-1)],".\n",na[randint(0,len(na)-1)],fa[randint(0,len(fa)-1)])
    while keydown(KEY_OK) or keydown(KEY_EXE):pass
  
  
    



During your visit to our site, NumWorks needs to install "cookies" or use other technologies to collect data about you in order to:

With the exception of Cookies essential to the operation of the site, NumWorks leaves you the choice: you can accept Cookies for audience measurement by clicking on the "Accept and continue" button, or refuse these Cookies by clicking on the "Continue without accepting" button or by continuing your browsing. You can update your choice at any time by clicking on the link "Manage my cookies" at the bottom of the page. For more information, please consult our cookies policy.