mirror of
https://github.com/arthur-pbty/nsi.git
synced 2026-06-03 23:36:19 +02:00
116 lines
3.4 KiB
HTML
116 lines
3.4 KiB
HTML
|
|
|
|
<html>
|
|
|
|
<head>
|
|
<title>Exercice 2.3</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta name="generator" content="HelpNDoc Personal Edition 6.3.0.298">
|
|
<meta name="description" content="" />
|
|
<meta name="keywords" content="">
|
|
|
|
|
|
|
|
<link type="text/css" rel="stylesheet" media="all" href="css/reset.css" />
|
|
<link type="text/css" rel="stylesheet" media="all" href="css/base.css" />
|
|
<link type="text/css" rel="stylesheet" media="all" href="css/hnd.css" />
|
|
<!--[if lte IE 8]>
|
|
<link type="text/css" rel="stylesheet" media="all" href="css/ielte8.css" />
|
|
<![endif]-->
|
|
<style type="text/css">
|
|
#topic_header
|
|
{
|
|
background-color: #EFEFEF;
|
|
}
|
|
</style>
|
|
<script type="text/javascript" src="js/jquery.min.js"></script>
|
|
<script type="text/javascript" src="js/hnd.js"></script>
|
|
<script type="text/javascript">
|
|
$(document).ready(function()
|
|
{
|
|
if (top.frames.length == 0)
|
|
{
|
|
var sTopicUrl = top.location.href.substring(top.location.href.lastIndexOf("/") + 1, top.location.href.length);
|
|
top.location.href = "Activite_decouverte_Python.hml.html?" + sTopicUrl;
|
|
}
|
|
else
|
|
{
|
|
var bTocSelected = false;
|
|
(function waitForTOC()
|
|
{
|
|
if (top && top.FrameTOC && top.FrameTOC.SelectTocItem)
|
|
{
|
|
top.FrameTOC.SelectTocItem("Exercice23");
|
|
bTocSelected = true;
|
|
}
|
|
if (!bTocSelected) setTimeout(function() { waitForTOC(); }, 300);
|
|
})();
|
|
}
|
|
});
|
|
</script>
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
<div id="topic_header">
|
|
<div id="topic_header_content">
|
|
<h1 id="topic_header_text">Exercice 2.3</h1>
|
|
|
|
|
|
<div id="topic_breadcrumb">
|
|
<a href="Lesconditionsinstructionsifelife.html">Les conditions (instructions if, elif, else)</a> ›› <a href="Exercices2.html">Exercices 2</a> ››
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="topic_header_nav">
|
|
|
|
|
|
<a href="Exercices2.html"><img src="img/arrow_up.png" alt="Parent"/></a>
|
|
|
|
|
|
|
|
<a href="Exercice22.html"><img src="img/arrow_left.png" alt="Previous"/></a>
|
|
|
|
|
|
|
|
<a href="Exercice24.html"><img src="img/arrow_right.png" alt="Next"/></a>
|
|
|
|
|
|
</div>
|
|
|
|
<div class="clear"></div>
|
|
</div>
|
|
|
|
|
|
<div id="topic_content">
|
|
|
|
<p></p>
|
|
<p class="rvps7"><span class="rvts65">★</span><span class="rvts50"> Ecrire un script qui demande la note au bac et qui affiche la mention correspondante.</span><br/><span class="rvts50">Par exemple</span><span class="rvts62"> :</span></p>
|
|
<p class="rvps8"><span class="rvts38">>>></span><br/><span class="rvts42">Note au bac (sur 20) :</span><span class="rvts39"> 13.5</span><br/><span class="rvts42">Bac avec mention Assez Bien</span><br/><span class="rvts38">>>></span><br/><span class="rvts42">Note au bac (sur 20) :</span><span class="rvts39"> 10.9</span><br/><span class="rvts42">Bac avec mention Passable</span><br/><span class="rvts38">>>></span><br/><span class="rvts42">Note au bac (sur 20) :</span><span class="rvts39"> 4</span><br/><span class="rvts42">Recalé</span><br/><span class="rvts38">>>></span></p>
|
|
<p></p>
|
|
<p class="rvps4" style="clear: both;"><span class="rvts15">Créé avec HelpNDoc Personal Edition: </span><a class="rvts16" href="https://www.helpndoc.com/fr/outils-creation-aide">Environnement de création d'aide complet</a></p>
|
|
|
|
</div>
|
|
|
|
|
|
<div id="topic_footer">
|
|
|
|
<div id="topic_footer_content">
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|