Send SOS Signal

# Introduction In this challenge we will help soldiers of the Galactic Empire to send an SOS signal to their organisation's server. The task is to implement a function that sends multiple soldier IDs to the SOS server in a short period of time. The function should use concurrent requests to minimise the total processing time and return the responses in ascending order. To accomplish this task, you can use the `asyncio` and `aiohttp` libraries to efficiently handle concurrent network requests.

|60 : 00

Click the virtual machine below to start practicing