2006-10-02

ckd: (cpu)
#!/usr/bin/env python

# set up items, define is_type_x functions, etc

list_a = list_b = list_c = []

for item in items:
    if is_type_a(item):
        list_a.append(item)
    elif is_type_b(item):
        list_b.append(item)
    elif is_type_c(item):
        list_c.append(item)
    else:
        print 'wtf is this?',item
answer inside cut )

Don't ask how long I was beating my head against this one.

Profile

ckd: small blue foam shark (Default)
blue shark of friendliness

January 2025

S M T W T F S
   1234
567 891011
12131415161718
19202122232425
262728293031 

Most Popular Tags

Page Summary

Style Credit

Expand Cut Tags

No cut tags
Page generated 2025-09-18 08:34
Powered by Dreamwidth Studios