I was just doing the battle ship excercise and I was going to try and making it two player (another player enters the location of the ship) but it leaves what the input was.
Ex.
ship_row = int(raw_input('Ship Row: ')) ship_col = int(raw_input('Ship Col: '))
this would leave the number that the other player left.