The Mission Simulator
Scenario: Space Mission
Simulate a 10-day space mission. Log the daily events in a journal.
Event Probabilities:
- System Malfunction: 30%
- Scientific Discovery: 10%
- Normal Day: 60%
Python Editor
Write the `simulate_mission()` function to return a list of mission events.
Mission Log (Your result)
The log is empty. Run the code to see the results.