Please enable JavaScript to use CodeHS

Want to receive Question of the Day updates? Subscribe Here

Python Question of the Day March 4, 2025

  1. Incorrect Correct No Answer was selected Invalid Answer

    Given the following list, what statement will print the last two names and their high scores to the console?

    hi_scores = ["Sam", 1500, "Greg", 1460, "Vanessa", 1250, "Elenor", 1130]
    Python