Re: [Tutor] Problems with Looping

2018-03-26 Thread Joel Goldstick
On Mon, Mar 26, 2018 at 9:45 AM, David Brown wrote: > Hello all, > > I am trying to teach myself Python by working through a book on Safari > Books. One of the examples in the chapter on Loops states: > > *"Write a program that simulates a fortune cookie. The program should > display one of five u

[Tutor] Problems with Looping

2018-03-26 Thread David Brown
Hello all, I am trying to teach myself Python by working through a book on Safari Books. One of the examples in the chapter on Loops states: *"Write a program that simulates a fortune cookie. The program should display one of five unique fortunes, at random, each time it’s run."* The program bel