W3School TIY Editor

  • W3School 在线教程
  • 改变方向
  • 暗黑模式
​x
 
x = "hello"
​
# 如果条件返回 True,则不会发生任何事:
assert x == "hello"
​
# 如果条件返回 False,则引发 AssertionError:
assert x == "goodbye"