Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions module04/subject/en.subject.tex
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,13 @@ \section*{Instructions}
type of medals won.

Duplicated medals per team games should be handled and not counted twice.
Hint: You may find this list to be of some use.
\begin{minted}[bgcolor=darcula-back,formatcom=\color{lightgrey},fontsize=\scriptsize]{python}
team_sports = ['Basketball', 'Football', 'Tug-Of-War', 'Badminton', 'Sailing',
'Handball', 'Water Polo', 'Hockey', 'Rowing', 'Bobsleigh', 'Softball',
'Volleyball', 'Synchronized Swimming', 'Baseball', 'Rugby Sevens',
'Rugby', 'Lacrosse', 'Polo']
\end{minted}

% ================================= %
\section*{Examples}
Expand Down