Calculating Laser Weapon Damage (Challenge)

# Introduction In this challenge, we will be helping the weapon equipment lab of the Galactic Empire calculate the damage values of two high-performance laser weapons. We will need to implement a calculation process that takes experimental data in the form of arrays and returns the damage values of Weapon A and Weapon B. The calculation should be implemented in the `calculate_weapon_damage(formula1: List, formula2: List)` method of the `calculate_weapon_damage.py` file. Let's get started!

|60 : 00

Click the virtual machine below to start practicing