Search found 3 matches
- Thu May 13, 2010 10:26 pm
- Forum: Challenges
- Topic: Didactic RGB
- Replies: 3
- Views: 11949
Didactic RGB
Okay, this one's been a bit frustrating... I thought I was being clever just grabbing the RGB value with an eyedropper-like tool, but turns out that's completely useless because it will produce different results depending on how I have my monitor calibrated. I guess it'd technically be possible to b...
- Mon Apr 19, 2010 2:27 pm
- Forum: Challenges Solved
- Topic: A Little Python
- Replies: 6
- Views: 1177
- Mon Apr 19, 2010 1:52 pm
- Forum: Challenges Solved
- Topic: A Little Python
- Replies: 6
- Views: 1177
A Little Python
I feel really slow for this taking as long as it did for me to get the answer. However, I'm still puzzled as to why my C program produced the wrong answer. It looks like it added 1 too many numbers, but isn't xrange(3,11) going to generate all numbers 3-11 inclusive? Here's the code I failed to get ...