# Example problem: Write a Python script that takes as input the users text and # prints it back out with a border like so: # # In: Enter text: 'Hello world' # # Out: =========== # Hello world # ===========