Question: find the 5 errors of the problem, these errors could be syntax, run-time , logical. and slove it player_age = int() player_age = int(input(Enter Player's
player_age = int() player_age = int(input("Enter Player's age: ") if playerage >= 21: print("you're too old to play for our club") if player age >= 18: print("You can play for the U21 team") elif player age >= 15: print("You can play for the U18 team") elif player age >= 12 print("You can play for the U15 team") else: print("You're too young to play for our club." )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
