Please enable JavaScript to use CodeHS

Want to receive Question of the Day updates? Subscribe Here

Python Question of the Day March 14, 2025

  1. Incorrect Correct No Answer was selected Invalid Answer

    Review the following program.

    my_games = ["Space Invaders", "Minecraft", "Fortnite", "Tetris", "Frogger", "Centipede"]
    
    # You choose the code that goes here...
    # ...
    # ...
    
    print(my_games)
    Python

    Choose the code that results in the following output:

    ['Fortnite', 'Frogger', 'Minecraft', 'Tetris']