Re: [Tutor] Lottery simulation

2005-01-07 Thread Jacob S.
Unfortunately as I overly enjoy writing scripts, I tend to spoil the recipients of the tutor. IF you do not wish to have a complete answer, read someone else's email and not mine.   ### Start code### import random   participants = 10ask = [raw_input('What is the participan

Re: [Tutor] Lottery simulation

2005-01-05 Thread Max Noel
On Jan 5, 2005, at 16:33, ümit tezcan wrote: Are there any starting ideas for me to get going on this project either thru the tutor or searching for snippets already created by fellow programmers?? That's probably obvious, but you should proceed as follows: - Generate a number for each person. -

[Tutor] Lottery simulation

2005-01-05 Thread ümit tezcan
Dear Tutor,   I am new to python and only created very simple programs so far.   I would like to simulate a lottery draw for 10 participants and run it for 52 weeks. The lottery numbers would have a range of 1 to 99. Each person would have just one number (random) and play for 52 weeks