Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #44527
| From | Denis McMahon <denismfmcmahon@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: repeat program |
| Date | 2013-04-30 00:33 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <kln3h6$f0e$1@dont-email.me> (permalink) |
| References | <6fa77892-53f8-4fe4-a00c-802d292a2cca@googlegroups.com> |
On Mon, 29 Apr 2013 17:22:28 -0700, eschneider92 wrote: > How do I make the following program repeat twice instead of asking > whether the player wants to play again? You change something in the folowing two lines: playagain='yes' while playagain=='yes': What you change and how you change it is probably your homework task, so I really shouldn't tell you any more than that. Also, I might not be right about where you need to make the change, but hey, this is the internet, it must be right, yeah? -- Denis McMahon, denismfmcmahon@gmail.com
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
repeat program eschneider92@comcast.net - 2013-04-29 17:22 -0700 Re: repeat program Denis McMahon <denismfmcmahon@gmail.com> - 2013-04-30 00:33 +0000 Re: repeat program Dave Angel <davea@davea.name> - 2013-04-29 20:38 -0400 Re: repeat program MRAB <python@mrabarnett.plus.com> - 2013-04-30 01:43 +0100 Re: repeat program Ian Kelly <ian.g.kelly@gmail.com> - 2013-04-29 19:46 -0600
csiph-web