Hi!
2010/10/3 :
> and the dict(?!?) is like this:
> letters = {}
> letters['1'] = ['', '.', ',', '?', '!', '1', '@', '-', '_', '(',
> ')', ':', ';', '&', '%', '*', '#', '+', '<', '=', '>', '$', '£', '§', '¥']
> letters['2'] = ['', 'a', 'b', 'c', '2', 'å', u'ä']
> [...]
> an
Hi!
I am having a problem with dict(?!?)
the code starts with:
#!/usr/bin/env python
# -*- coding: utf-8 -*-
and the dict(?!?) is like this:
letters = {}
letters['1'] = ['', '.', ',', '?', '!', '1', '@', '-', '_', '(',
')', ':', ';', '&', '%', '*', '#', '+', '<', '=', '>', '$', '£',