# Introduction In this lab, you need to write a program to import the `statistics` module, create a list of data `2, 4, 6, 8, 10`, assign it to the `data_set` variable, and print the standard deviation of `data_set` using the `stdev()` function.
Click the virtual machine below to start practicing