Build an RPG Character - Build an RPG Character

Why did you replace this?

With this?

Here, you have hard-coded the value that your specific function call is expecting. That is not solving the problem. What if you called your function like this instead? create_character('giant',3,1,3) Would your code return the correct string?

Also, what’s the purpose of this bit?