Suppose if I want to display the message "Help me out!" for 15 minutes and after 15 minutes only the message "Help me out!" will no appear on interpreter console then which method is helpful in python?
print("Welcome")
string_variable="Help me out!"
print(string_variable)