'pintamos' HTML+CSS las puntuaciones ! ii

This commit is contained in:
fenix 2024-02-13 12:07:45 +01:00
parent d6d3a3feb2
commit a4dad7dcc3
2 changed files with 38 additions and 2 deletions

View File

@ -3,7 +3,7 @@ HOLA! Sandrine,
( Acá Informamos tan sólo en caso de una cierta puntuación, por encima de un umbral ) ( Acá Informamos tan sólo en caso de una cierta puntuación, por encima de un umbral )
Estoy happy to inform you that you did very well on today's Python Challenge. Estoy happy to inform you that you did very well on today's Python Challenge.
HAs alcanzado esta puntuacion : 100 de { max_score }} PUNTOS ! ;-) HAs alcanzado esta puntuacion : 100 de { max_score }} PUNTOS ! ;-)

36
students_results.html Normal file
View File

@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Results</title>
</head>
<body>
<h1>Python Challenge ResultadOS: </h1>
<ul>
<li>
<em>Sandrine:</em> 100/100
</li>
<li>
<em>Gergeley:</em> 87/100
</li>
<li>
<em>Frieda:</em> 92/100
</li>
<li>
<em>Fritz:</em> 40/100
</li>
<li>
<em>Sirius:</em> 75/100
</li>
</ul>
</body>
</html>