How can we get this instance of the Person class to walk, say, 10 steps?
Woot! We can use a for loop or the times method but we can't increase steps by 10 because we can only read the steps attribute.
So close! We can use a for loop or the times method but we can't increase steps by 10 because we can only read the steps attribute.