Scrabble score by Wilkes

while 1:print sum(map(ord,raw_input().translate(' '*97+'\x01\x03\x03\x02\x01\x04\x02\x04\x01\x08\x05\x01\x03\x01\x01\x03\n\x01\x01\x01\x01\x04\x04\x08\x04\n'+' '*133)))

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page