if game_ball.ycor() >= 270: # Hitting the top border. main = 270 # Moving to the south. elif game_ball.ycor() <= -270: # Hitting the down border. main = 90 # Moving to the north. When the ball hits ...