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

find the 5 errors of the problem, these errors could be syntax, run-time , logical. and slove it
find the 5 errors of the problem, these errors could be syntax,

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!