def hello(): """Return the string 'From the script'.""" pass def goodbye(): """Return the string 'Out'.""" pass