Re: [Tutor] Another question, dictionaries

2018-03-02 Thread Alan Gauld via Tutor
On 02/03/18 21:05, Roger Lea Scherer wrote: > ability to exchange point between the pool and each of the, what I call, > attributes of Strength, Health, Wisdom, and Dexterity. I got only to the > first option and I'm stuck on how to get the points to change > "permanently". The program will run wel

[Tutor] Another question, dictionaries

2018-03-02 Thread Roger Lea Scherer
I'm trying to finish chapter 5 in my book and it has to do with dictionaries and creating simple games. We need a pool of points and the ability to exchange point between the pool and each of the, what I call, attributes of Strength, Health, Wisdom, and Dexterity. I got only to the first option and