Run
x = "hola" assert x == "hello", 'The two strings do not match.' print('Done!')
Output