Computer programming
Need anyone to help with computer programming codes.
Given the following program, write the expected output for each expression below:
player1 = Joey Votto
player2 = Billy Hamilton
print(player1 + player2)
print(player1 + " hits homeruns, while " + player2 + " steals bases.")