Problem
Create a Python program square.py that first reads any integer (larger than or equal to 3) from the keyboard and then prints a non-filled square of the type presented below. An error message should be given, and the program should terminate, if the user-provided integer value is below three.