#Bacis Function
def test_function():
print('This is a test function')
print('This function does not take in any argument')
test_function()