Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprenda Most Energetic Track | Section 3
Python - Music

Deslize para mostrar o menu

book
Most Energetic Track

Tarefa

Swipe to start coding

Complete a function that identifies the track with the highest energy level from a list of tracks. Each track is represented as a dictionary containing various fields, including an energy field that indicates the track's energy level.

Inputs:

  • tracks: A list of dictionaries, where each dictionary represents a track and contains at least the following fields:
    • track_name: A string representing the name of the track.
    • energy: A float representing the energy level of the track.

Steps:

  • Iterate Through Tracks:
    • Loop through each track in the tracks list.
    • For each track, compare its energy value with highest_energy.
    • If the track's energy is greater than highest_energy, update most_energetic_track with the current track's track_name and update highest_energy with the current track's energy.

Solução

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 3. Capítulo 1
py

solution.py

py

main.py

Sentimos muito que algo saiu errado. O que aconteceu?

Pergunte à IA

expand
ChatGPT

Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo

book
Most Energetic Track

Tarefa

Swipe to start coding

Complete a function that identifies the track with the highest energy level from a list of tracks. Each track is represented as a dictionary containing various fields, including an energy field that indicates the track's energy level.

Inputs:

  • tracks: A list of dictionaries, where each dictionary represents a track and contains at least the following fields:
    • track_name: A string representing the name of the track.
    • energy: A float representing the energy level of the track.

Steps:

  • Iterate Through Tracks:
    • Loop through each track in the tracks list.
    • For each track, compare its energy value with highest_energy.
    • If the track's energy is greater than highest_energy, update most_energetic_track with the current track's track_name and update highest_energy with the current track's energy.

Solução

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 3. Capítulo 1
Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Sentimos muito que algo saiu errado. O que aconteceu?
some-alt