#This function does not return any value # It is a void function (no return value) #It prints something on display def my_function(): print('Successfully imported!') my_function()