Write the simplest statement that prints the following: 3 2 1 Go! python

Answer :

def motivation():

return "3 2 1 Go!"

print (motivation())