Fix(2nd): change la programmation pour figure géométrique
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bertrand Benjamin 2023-03-01 09:37:28 +01:00
parent ed69da1728
commit d4e00eadb8
6 changed files with 6 additions and 39 deletions

Binary file not shown.

View File

@ -49,19 +49,8 @@
\end{frame}
\begin{frame}[fragile]{Calcul 4}
% Programmation
\begin{center}
\begin{minipage}{0.8\linewidth}
\begin{minted}[bgcolor=base3,linenos]{python}
somme = 0
for i in range(3):
somme = somme + i
\end{minted}
\end{minipage}
\end{center}
\vfill
Combien vaut i à la fin du programme ?
\vfill
% Figure géométriques
Un quadrilatère qui a ses diagonales qui se coupent en leur milieu est un ...
\end{frame}
\begin{frame}{Fin}

Binary file not shown.

View File

@ -49,19 +49,8 @@
\end{frame}
\begin{frame}[fragile]{Calcul 4}
% Programmation
\begin{center}
\begin{minipage}{0.8\linewidth}
\begin{minted}[bgcolor=base3,linenos]{python}
produit = 1
for i in range(3):
produit = produit * i
\end{minted}
\end{minipage}
\end{center}
\vfill
Combien vaut i à la fin du programme ?
\vfill
% Figure géométriques
Un quadrilatère qui a côté de même longueur est un ...
\end{frame}
\begin{frame}{Fin}

Binary file not shown.

View File

@ -49,19 +49,8 @@
\end{frame}
\begin{frame}[fragile]{Calcul 4}
% Programmation
\begin{center}
\begin{minipage}{0.8\linewidth}
\begin{minted}[bgcolor=base3,linenos]{python}
truc = 5
for i in range(4):
truc = truc + i
\end{minted}
\end{minipage}
\end{center}
\vfill
Combien vaut i à la fin du programme ?
\vfill
% Figure géométrique
Un quadrilatère qui a ses diagonales qui se coupent en leur milieu et en angle droit est un ....
\end{frame}
\begin{frame}{Fin}