Software Engineering - Fundamentals
You have a list of software phases: ['requirements', 'design', 'implementation', 'testing', 'deployment']. How would you create a dictionary mapping each phase to its order number starting from 1 using a comprehension?
