Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Regex One-Liner solution in Creative category for Brackets by StefanPochmann
import re
checkio=c=lambda e,d=500:d and c(re.sub(r'[^][(){}]|\(\)|\{}|\[]','',e),d-1)or not e
April 13, 2015
Comments: