# Introduction In this lab, you will write a program to find the power of a number using the `math` module by importing it, getting an integer input, calculating the power of the input number raised to 4 using the `pow()` function, and printing the result.
Click the virtual machine below to start practicing