Différences entre les versions de « Alice Saunier »

De {}
Aller à la navigation Aller à la recherche
Ligne 1 : Ligne 1 :
 +
===HTML===
 +
<source lang="python">
 +
<!doctype html>
 +
<html>
 +
  <head>
 +
    <meta charset="utf-8">
 +
 +
 +
  </head>
 +
 +
  <body>
 +
    <h1>Site+++++++</h1>
 +
    <section>
 +
        <h2>Poeme1</h2>
 +
        <img src="image/al.jpg">
 +
        <p>rien a voir avec les poemes super</p>
 +
       
 +
    </section>
 +
    <section>
 +
      <h2>premier poeme</h2>
 +
      J'm l sp pst
 +
L J c'st l s
 +
L'lcl!st!mrt
 +
J vs dnsr En Itl
 +
Clss m l
 +
Chn d l css
 +
J vx t vr tt n yp
 +
Q q j fss,svn glsst.
 +
MESSAGE D'ALERTE, SORTEZ COUVERT!
 +
Dns ss dbrs
 +
L'=r d'n sr
 +
J' rv q J'vs n!GQSK.
 +
Mn plfnd ft,
 +
mX dt,tds
 +
L chmn tr .L ptn tmb
 +
J tJAIjASK$
 +
      </section> 
 +
      <section>
 +
          <ol>
 +
            <li>
 +
              J vs dnsr En Itl</li>
 +
            <li>
 +
              J' rv q J'vs n!GQSK</li>
 +
            <li> <pre>
 +
                    Mn plfnd ft            L chmn tr .L ptn tmb
 +
                   
 +
                                    J vx t vr tt n yp
 +
Q q j fss,svn glsst.
 +
MESSAGE D'ALERTE, SORTEZ COUVERT!
 +
Dns ss dbrs                </pre></li>
 +
             
 +
          </ol>
 +
     
 +
     
 +
     
 +
      </section>
 +
 +
  </body>
 +
</html>
 +
 +
</source>
 
===El Code===
 
===El Code===
  

Version du 7 décembre 2020 à 11:05

HTML

<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
 
 
  </head>
 
  <body>
    <h1>Site+++++++</h1>
    <section>
        <h2>Poeme1</h2>
        <img src="image/al.jpg">
        <p>rien a voir avec les poemes super</p>
        
    </section> 
    <section>
      <h2>premier poeme</h2>
      J'm l sp pst
L J c'st l s
L'lcl!st!mrt
J vs dnsr En Itl
Clss m l
Chn d l css
J vx t vr tt n yp
Q q j fss,svn glsst.
MESSAGE D'ALERTE, SORTEZ COUVERT!
Dns ss dbrs
L'=r d'n sr
J' rv q J'vs n!GQSK.
Mn plfnd ft,
mX dt,tds
L chmn tr .L ptn tmb
J tJAIjASK$
      </section>  
      <section> 
          <ol>
            <li>
              J vs dnsr En Itl</li>
            <li>
              J' rv q J'vs n!GQSK</li>
            <li> <pre> 
                    Mn plfnd ft            L chmn tr .L ptn tmb 
                    
                                    J vx t vr tt n yp
Q q j fss,svn glsst.
MESSAGE D'ALERTE, SORTEZ COUVERT!
Dns ss dbrs                 </pre></li>
              
          </ol>
      
      
      
      </section>
 
  </body>
</html>

El Code

10000111100001110110011010011110011111001111001010100000110110111011111101001010000011011001100001 10000111101000110100111001011101110010000011001001100101010000011011001100001010000011000111100001111001111100111100101


#tu veux des pates ? combien

print("Tu veux des pates")

nbPates = raw_input()
nbPates = int(nbPates)

if nbPates == 10 :
    for compteur in range(1, nbPates):
        print(str(compteur)+ "pates ?")
    print("C'est pas beacoup")
        
elif nbPates <20 :
    for compteur in range(1, nbPates):
        print(str(compteur)+"pates!")
    print("oui c'est bien")

elif nbPates <60:
    for compteur in range(1, nbPates):
        print(str(compteur)+"pates")
    print("c'est beaucoup de pates")

else :
    print("aaah bon apetit")

s'enerver contre la machine

import time

Intro = raw_input()

time.sleep(1)

print(Intro)

Intro = raw_input()

time.sleep(1)

print(Intro)

Intro = raw_input()

time.sleep(1)

print(Intro)

Intro = raw_input()

time.sleep(1)

print(Intro)

Intro = raw_input()

Intro = "Arrete de repeter ce que je dis"
data = Intro.split()
for temp in data:
    time.sleep(1)
    print temp

Intro = raw_input()

Intro = "Raaaa tu m'enerve"
data = Intro.split()
for temp in data:
    time.sleep(1)
    print temp