Fix(2nd): change la programmation pour figure géométrique
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ed69da1728
commit
d4e00eadb8
Binary file not shown.
@ -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.
@ -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.
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user