标签:rgba color else bsp style == 括号 rgb int
a=input() left=0 for i in a: if i==‘(‘: left+=1 if i==‘)‘: left-=1 if left<0: print("配对不成功") break else: if left==0: print("配对成功") else: print("配对不成功")
标签:rgba color else bsp style == 括号 rgb int
原文地址:https://www.cnblogs.com/aclinnn/p/14141553.html