On 02/27/2011 09:27 AM, Tom Zych wrote:
n00m wrote:
Am I turmoiling your wishful thinking?
You may nourish it till the end of time.
Let us cease to nourish those fabled ones who dwell under bridges.
LOL !
--
http://mail.python.org/mailman/listinfo/python-list
Robert Kern wrote:
On 2010-04-11 12:54 , Peter Parker wrote:
Tobiah wrote:
You should use different variables for the two loops.
Actually it is closing the divs that makes it work in FireFox:
Hah. I new that the rainbow wasn't complete and that it
didn't work in Opera. I just
Tobiah wrote:
You should use different variables for the two loops.
Actually it is closing the divs that makes it work in FireFox:
Hah. I new that the rainbow wasn't complete and that it
didn't work in Opera. I just fizzled on the closing of the
divs.
I also don't get why it worke
Tobiah wrote:
How does that answer your original question?
I was able to do this:
import colorsys
sat = 1
value = 1
length = 1000
for x in range(0, length + 1):
hue = x / float(length)
color = list(colorsys.hsv_to_rgb(hue, sat, value))
for x in range(3):
Steve Holden wrote:
At 12.34 pm on November 13, 2011
At December 21, 2012 at 11:11 am (according to the Maya calendar)
--
http://mail.python.org/mailman/listinfo/python-list