player_input()
2. do p1, p2 = player_input() and pass those players into new_game by doing
new_game(p1, p2)
3. wherever you're using p1 and p2, like game_input, u need to pass p1 and p2
4. why are you calling game_input() inside umpire and inside new_game both? don't call it inside umpire
4. if i dont call game_input inside umpire. it says player1 and player2 not defined
1. i do not have any function named player_input
Обсуждают сегодня