Is there a way to get this to work? Have a full box and then have the name displayed in the center?
users_name = input (str(" Enter Your Name: "))
print("**************************************************")
print("* *")
print("* *")
print("* *")
print("* users_name *")
print("* *")
print("* *")
print("* *")
print("* *")
print("* *")
print("* *")
print("**************************************************")