Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lära Challenge: Identify Consistent Performers | Tracking Athlete Performance
/
Python for Coaches
Avsnitt 1. Kapitel 5
single

single

bookChallenge: Identify Consistent Performers

Svep för att visa menyn

Coaches often want to reward or recognize athletes with high attendance. Automating the identification of consistent performers helps ensure fair recognition and motivates athletes to maintain their commitment. In this challenge, you will work with attendance records to find out which athletes have attended at least 90% of their sessions.

Uppgift

Swipe to start coding

Write a function that takes a list of attendance records and returns a list of names for athletes with at least 90% attendance.

  • Iterate over each record in attendance_records.
  • For each record, calculate the percentage of True values in the attendance list.
  • If the percentage is at least 90%, include the athlete's name in the result list.
  • Return the list of names with at least 90% attendance.

Lösning

Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 1. Kapitel 5
single

single

Fråga AI

expand

Fråga AI

ChatGPT

Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal

some-alt