demo_python_ref_keyword_assert_2.py:
[email protected]:/home/python#python demo_python_ref_keyword_assert_2.py
Traceback (most recent call last):
  File "demo_python_ref_keyword_assert_2.py", line 4, in <module>
    assert x == "goodbye", "x should be 'hello'"
AssertionError: x should be 'hello'