Light Mode
Dark Mode
publishing BUG

Hi,

I think i found a bug with publishing the code

From: http://www.checkio.org/mission/house-password/solve/ I tried publishing this code:

checkio= lambda x: all([re.search(p, x) for p in ['.{10}', '\d', '[A-Z]', '[a-z]']])

On publishing it shows: checkio= lambda x: all([re.search(p, x) for p in ['.', '\d', '[A-Z]', '[a-z]']])

  • BUG
Created: Oct. 5, 2014, 12:39 a.m.
Updated: Oct. 6, 2014, 9:59 a.m.
0
4
User avatar
sgor