USING PYTHON CODE and please tell me what goes in functions.py andwhat goes in t09
9. Implement the following function in the PyDev module functions.py and test it from a PyDev module named to..py def bottles_of_beer(n): Prints n verses of the song "99 Bottles of Beer on the wall Use: bottles_of_beer(n) Parameters: - number of verses of the song to print (int > B) Returnst None The song's verses look like 99 bottles of beer on the wall, 99 bottles of beer. Take one down, pass it around, 98 bottles of beer on the wall. 98 bottles of beer on the wall, 98 bottles of beer. Take one down, pass it around, 97 bottles of beer on the wall 2 bottles of beer on the wall, 2 bottles of beer. Take one down, pass it around, 1 bottle of beer on the wall. 1 bottle of beer on the wall, 1 bottle of beer. Take one down, pass it around, no more bottles of beer on the wall! Note: the last verses of the song use bottle' rather than the plural bottles' in places and ends with "no more bottles of beer of the war Test functions.py Choose File No file chosen Submit 9. Implement the following function in the PyDev module functions.py and test it from a PyDev module named to..py def bottles_of_beer(n): Prints n verses of the song "99 Bottles of Beer on the wall Use: bottles_of_beer(n) Parameters: - number of verses of the song to print (int > B) Returnst None The song's verses look like 99 bottles of beer on the wall, 99 bottles of beer. Take one down, pass it around, 98 bottles of beer on the wall. 98 bottles of beer on the wall, 98 bottles of beer. Take one down, pass it around, 97 bottles of beer on the wall 2 bottles of beer on the wall, 2 bottles of beer. Take one down, pass it around, 1 bottle of beer on the wall. 1 bottle of beer on the wall, 1 bottle of beer. Take one down, pass it around, no more bottles of beer on the wall! Note: the last verses of the song use bottle' rather than the plural bottles' in places and ends with "no more bottles of beer of the war Test functions.py Choose File No file chosen Submit