Feedback from user berlinka
Solving "The Most Wanted Letter" faced following issue:
"import string" is not working properly. Looks like another module named string is shadowing the builtin one.
Tried to 
import string
...
string.lowercase...
received an error:
AttributeError: 'module' object has no attribute 'lowercase', checkio, 6
URL from: http://www.checkio.org/mission/most-wanted-letter/solve/
HTTP_USER_AGENT: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36
"import string" is not working properly. Looks like another module named string is shadowing the builtin one.
Tried to 
import string
...
string.lowercase...
received an error:
AttributeError: 'module' object has no attribute 'lowercase', checkio, 6
URL from: http://www.checkio.org/mission/most-wanted-letter/solve/
HTTP_USER_AGENT: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36