Feat: préparation de P4 avec Camille
This commit is contained in:
14
2nd/13_Programmation/1B.tex
Normal file
14
2nd/13_Programmation/1B.tex
Normal file
@@ -0,0 +1,14 @@
|
||||
\documentclass[a4paper,10pt]{article}
|
||||
\usepackage{myXsim}
|
||||
|
||||
\author{Benjamin Bertrand}
|
||||
\title{Programmation - Cours}
|
||||
\date{2022-02-07}
|
||||
|
||||
\pagestyle{empty}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
||||
\end{document}
|
17
2nd/13_Programmation/1E.tex
Normal file
17
2nd/13_Programmation/1E.tex
Normal file
@@ -0,0 +1,17 @@
|
||||
\documentclass[a4paper,10pt]{article}
|
||||
\usepackage{myXsim}
|
||||
|
||||
\author{Benjamin Bertrand}
|
||||
\title{Programmation - Exercices}
|
||||
\date{2022-02-07}
|
||||
|
||||
\DeclareExerciseCollection[step=1]{banque}
|
||||
\xsimsetup{collect}
|
||||
|
||||
|
||||
\begin{document}
|
||||
\input{exercises.tex}
|
||||
|
||||
\printcollection{banque}
|
||||
|
||||
\end{document}
|
7
2nd/13_Programmation/exercises.tex
Normal file
7
2nd/13_Programmation/exercises.tex
Normal file
@@ -0,0 +1,7 @@
|
||||
\begin{exercise}[subtitle={<++>}, step={1}, origin={<++>}, topics={ Programmation }, tags={ Python }]
|
||||
<++>
|
||||
\end{exercise}
|
||||
|
||||
\begin{solution}
|
||||
<++>
|
||||
\end{solution}
|
12
2nd/13_Programmation/index.rst
Normal file
12
2nd/13_Programmation/index.rst
Normal file
@@ -0,0 +1,12 @@
|
||||
Programmation
|
||||
#############
|
||||
|
||||
:date: 2022-02-07
|
||||
:modified: 2022-02-07
|
||||
:authors: Benjamin Bertrand
|
||||
:tags: Python
|
||||
:category: 2nd
|
||||
:summary: Demi groupe en programmation python
|
||||
|
||||
Étape 1:
|
||||
========
|
Reference in New Issue
Block a user