Extract Information From Parameters (Challenge)

# Introduction In this challenge, we will implement a script that extracts numbers from a given text and calculates the average. The text will be passed as a parameter to the script, and the output will be the calculated average rounded to two decimal places. You need to write your code in `~/project/find_num.py` and follow the requirements mentioned. There are also hints and an example provided for your reference. Good luck!

|60 : 00

Click the virtual machine below to start practicing