Feat: 1E sur les proba pour les 2nd
This commit is contained in:
parent
0898fe24c9
commit
834ecbdcc6
Binary file not shown.
8
2nd/05_Introduction_Probabilites/1E_destroy.py
Normal file
8
2nd/05_Introduction_Probabilites/1E_destroy.py
Normal file
@ -0,0 +1,8 @@
|
||||
import random
|
||||
un_nombre = random.randint(1, 500)
|
||||
if un_nombre > 450:
|
||||
print("Destruction de l'ordinateur. Cours...vite")
|
||||
ordinateur.destroy()
|
||||
else:
|
||||
print("T'as eu de la chance. Amuse toi bien!")
|
||||
ordinateur.start()
|
BIN
2nd/05_Introduction_Probabilites/1E_situations_critiques.pdf
Normal file
BIN
2nd/05_Introduction_Probabilites/1E_situations_critiques.pdf
Normal file
Binary file not shown.
@ -10,9 +10,15 @@
|
||||
step=1,
|
||||
}
|
||||
|
||||
\pagestyle{empty}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\input{exercises.tex}
|
||||
|
||||
\printcollection{banque}
|
||||
\vfill
|
||||
\printcollection{banque}
|
||||
\vfill
|
||||
|
||||
\end{document}
|
@ -1,10 +1,47 @@
|
||||
\collectexercises{banque}
|
||||
\begin{exercise}[subtitle={<++>}, step={1}, origin={<++>}, topics={ Introduction Probabilites }, tags={ Probabilité }]
|
||||
<++>
|
||||
\begin{exercise}[subtitle={Qui va survivre?}, step={1}, origin={Ma tête}, topics={ Introduction Probabilités }, tags={ Probabilité }]
|
||||
Djelane, Natacha et Jean ont trouvé ces articles dans les journaux de leur parents.
|
||||
|
||||
\hspace{-1cm}
|
||||
\begin{minipage}{0.62\linewidth}
|
||||
\begin{doc}{ Ne laissez plus vos enfants sur son ordinateur }
|
||||
Vous n'en pouvez plus que votre enfant passe son temps sur un ordinateur? Installer notre programme qui le fera réfléchir et qui pourrait bien mettre un terme à son usage abusif.
|
||||
|
||||
Au lancement de l'ordinateur, votre enfant devra valider le programme suivant.
|
||||
|
||||
\lstinputlisting[language=Python]{./1E_destroy.py}
|
||||
|
||||
Quelques explications, la commande \texttt{random.randint(a, b)} agit comme un lancé de dé où le résultat sera un nombre entier compris entre \texttt{a} et \texttt{b}. Pour la commande \texttt{ordinateur.destoy()}, nous pensons qu'elle est suffisement explicite.
|
||||
|
||||
\textit{\footnotesize Avertissement: la destruction de l'ordinateur n'active pas la garanti du matériel mais blesse gravement votre enfant.}
|
||||
\end{doc}
|
||||
\end{minipage}
|
||||
\begin{minipage}{0.43\linewidth}
|
||||
\begin{doc}{ Accidents de la route }
|
||||
Les nouveaux chiffres pour l'année 2022 de la sécurité routière sont tombés, c'est sans appels. Le casque pour marcher à pied est indispensable! Voyez vous même.
|
||||
|
||||
\begin{tabular}{|p{2.5cm}|*{2}{c|}}
|
||||
\hline
|
||||
Accidents & Avec casque & Sans casque \\
|
||||
\hline
|
||||
Sans gravité & 1234 & 6789 \\
|
||||
\hline
|
||||
Avec de lourdes séquelles & 234 & 234\\
|
||||
\hline
|
||||
\end{tabular}
|
||||
\end{doc}
|
||||
|
||||
\begin{doc}{ Jeux des milles euros }
|
||||
Nos chers enfants adorés ont malheureusement trouvé un nouveau jeu bien risqué. Pour montrer leur courage, ils se lancent le défi de traverser deux fois un autoroute. Ils sont complètement fou, tout le monde sait que traverser l'autoroute mène à la mort aussi certainement que d'obtenir le nombre 6 sur un dé à 10 faces. Et ils le font deux fois. Il n'y a plus de jeunesse, je vous le dis.
|
||||
\end{doc}
|
||||
|
||||
\end{minipage}
|
||||
|
||||
Djelane déclare "Moi mes parents m'ont mis ce truc sur mon ordinateur. C'est plus dangereux que d'avoir un accident avec sans casque"
|
||||
|
||||
Natacha ajoute "Quand je pense qu'il si l'on porte un casque ou pas on a autant de chance d'avoir de lourde séquelles... Je comprends pas pourquoi ils s'affolent!"
|
||||
|
||||
Jean conclu avec "On va faire le jeu de l'autoroute? C'est moins risqué que d'allumer sont ordinateur ou que d'avoir un accident puis d'être gravement blessé..."
|
||||
|
||||
Êtes vous d'accord avec leurs propos?
|
||||
|
||||
\end{exercise}
|
||||
|
||||
\begin{solution}
|
||||
<++>
|
||||
\end{solution}
|
||||
|
||||
\collectexercisesstop{banque}
|
||||
|
@ -20,18 +20,18 @@
|
||||
}
|
||||
\lstset{
|
||||
backgroundcolor=\color{white}, % choose the background color; you must add \usepackage{color} or \usepackage{xcolor}; should come as last argument
|
||||
basicstyle=\tiny, % the size of the fonts that are used for the code
|
||||
%basicstyle=\tiny, % the size of the fonts that are used for the code
|
||||
breakatwhitespace=false, % sets if automatic breaks should only happen at whitespace
|
||||
breaklines=true, % sets automatic line breaking
|
||||
captionpos=b, % sets the caption-position to bottom
|
||||
commentstyle=\color{green}, % comment style
|
||||
commentstyle=\color{gray}, % comment style
|
||||
deletekeywords={...}, % if you want to delete keywords from the given language
|
||||
escapeinside={\%*}{*)}, % if you want to add LaTeX within your code
|
||||
extendedchars=true, % lets you use non-ASCII characters; for 8-bits encodings only, does not work with UTF-8
|
||||
frame=single, % adds a frame around the coden,
|
||||
keepspaces=true, % keeps spaces in text, useful for keeping indentation of code (possibly needs columns=flexible)
|
||||
keywordstyle=\color{blue}, % keyword style
|
||||
language=Octave, % the language of the code
|
||||
language=Python, % the language of the code
|
||||
morekeywords={*,...}, % if you want to add more keywords to the set
|
||||
% numbers=left, % where to put the line-numbers; possible values are (none, left, right)
|
||||
% numbersep=5pt, % how far the line-numbers are from the code
|
||||
@ -41,7 +41,7 @@
|
||||
showstringspaces=false, % underline spaces within strings only
|
||||
showtabs=false, % show tabs within strings adding particular underscores
|
||||
stepnumber=2, % the step between two line-numbers. If it's 1, each line will be numbered
|
||||
stringstyle=\color{blue},
|
||||
stringstyle=\color{green},
|
||||
tabsize=2, % sets default tabsize to 2 spaces
|
||||
%title=\tiny\lstname % show the filename of files included with \lstinputlisting; also try caption instead of title
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user