I want to make the output to look like this:
******************
Enter your age:
******************
But the input would appear in the middle of the strings. eg.
******************
Enter your age: 15
******************
Is it possible to get this done by using Python 2.7.12?