标签:module assertion recent bsp color back shel span equals
>>> x = 1 >>> y = 2 >>> assert x == y, "not equals" Traceback (most recent call last): File "<pyshell#2>", line 1, in <module> assert x == y, "not equals" AssertionError: not equals >>>
标签:module assertion recent bsp color back shel span equals
原文地址:https://www.cnblogs.com/themost/p/9540305.html