Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for Brackets by Stanislaw_Szataniak
def checkio(expression):
a=[]
for i in expression:
if i == "(" or i == "[" or i== "{" or i == ")" or i == "]" or i == "}":
a.append(i)
i=1
while i
Nov. 18, 2016