Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started