Re: [Tutor] generate random number list and search for number

2015-08-11 Thread Steven D'Aprano
Hi Stephanie, My comments below, interleaved between yours. On Tue, Aug 11, 2015 at 03:18:59AM +, Quiles, Stephanie wrote: > Here is the thing I am totally lost. Here is what i have so far… i > created the main function and i ask the user to search for a number. You're not totally lost! On

Re: [Tutor] generate random number list and search for number

2015-08-11 Thread Alan Gauld
On 11/08/15 04:18, Quiles, Stephanie wrote: Totally lost here. Most of the instructions are clearly listed. Just follow through and do what it suggests one step at a time. • First, we’ll need to import time to use the clock routine, So import time and we’ll need to use the randra

[Tutor] generate random number list and search for number

2015-08-11 Thread Quiles, Stephanie
Hello everyone, Totally lost here. i have to create a program that asks user to input a value and then search for this value in a random list of values to see if it is found. Please see below for more detailed info. This problem requires you to use Python. We want to test out the ordered sequ