# Introduction In this lab, you need to write a Python function called `square_odd_numbers()` that takes a list as an argument and returns a new list containing the squared values of all the odd numbers in the original list.
Click the virtual machine below to start practicing