输出

print("{}{:4}{}{:4}{}".format("Name","","Age","","Gender"))
print("{}".format("-"*21))
print("{}{:4}{}{:5}{}".format("Jack","","18","","man"))