Build an RPG Character - Build an RPG Character

You are hard coding the result returned by your function, so it will always return the same thing no matter what arguments are passed in when it is called. To make the function dynamic, please replace hard-coded values with the function’s parameters.