Run
x = "hello" assert x == "hello" print('Done!')
Output