Re: [Tutor] Project help

2012-10-12 Thread Devin Jeanpierre
Do your own homework. -- Devin On Sat, Oct 13, 2012 at 12:55 AM, Brett Dailey wrote: > I'm working on a few projects and need some help. Here's what the first one > needs to do: > > "Credits" > 1. Create a list of strings. Make sure your program will work with any > number of strings. > 2. Make

[Tutor] More help

2012-10-12 Thread Brett Dailey
Here's another project I'm working on. 1. Create a random "signal" (600 random numbers in the range -50 to +50). Display it as shown below. 2. Create a filter variable (integer) which is allowed to go from 0 to infinity. Allow the user to change this with the up/down arrow keys. The user should

[Tutor] Project help

2012-10-12 Thread Brett Dailey
I'm working on a few projects and need some help. Here's what the first one needs to do: "Credits" 1. Create a list of strings. Make sure your program will work with any number of strings. 2. Make this text appear at the bottom of the screen and “crawl” to the top. The crawl should be at a slow

Re: [Tutor] need an explanation

2012-10-12 Thread Matthew Ngaha
Thanks for everyone that replied. I really gained a lot from all the input. Also thanks to Dave and Prasad for explaining why i had errors trying to run the program. I fully understand the code now and im able to run it without errors. ___ Tutor maillist