Given a variable bridge_players , write a statement that increases its value by 4

Given a variable bridge_players , write a statement that increases its value by 4



Answer: bridge_players= bridge_players + 4


Learn More :