✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
A web page to display election results wants to display the 5 candidates for a given constituency c and election e with the least votes, ordered by number of votes received (starting with the lowest number at the top).
Which of the following lines of code could appear in a Django view to correctly retrieve this information?