This is what I want to replicate in Python:

These are the names of the variables that store the data:
name_1= "Alex"
name_2 ="Zia"
age_1 = 13
age_2 = 12
game_1= 1
game_2 = 2
favourite_1 ="chess"
favourite_2 = "monopoly"
cost_1= 10
cost_2 =25
total_cost = 25
I want to display this like a table, but I can't, is there a way apart from calculating the spaces between one word and the other to make it fit?