Quotes help make search much faster. Example: "Practice Makes Perfect"
Sunday, December 2, 2012
Codecademy: I Can Count to 1100!
#sample solution
###
one = 0b1
two = 0b10
three = 0b11
four = 0b100
five = 0b101
six = 0b110
seven = 0b111
eight = 0b1000
nine = 0b1001
ten = 0b1010
eleven = 0b1011
twelve = 0b1100
No comments:
Post a Comment