Run ❯
Get your own Python server
❯Run Code Ctrl+Alt+R
Change Orientation Ctrl+Alt+O
Change Theme Ctrl+Alt+D
Go to Spaces Ctrl+Alt+P
x = "welcome" #if condition returns False, AssertionError is raised: assert x != "welcome", "x should not be 'welcome'"
Traceback (most recent call last):
File "demo_ref_keyword_assert2.py", line 4, in <module>
assert x != "welcome", "x should not be 'welcome'"
AssertionError: x should not be 'welcome'