231: print 'Hello from python diff function test.' 232: print 'Hello again from python diff function test.' 233: print 'Hello third from python diff function test.' 234: print 'Hello fourth from python diff function test.'
1: Hello from python diff function test. 2: Hello again from python diff function test. 3: Hello third from python diff function test. 4: Hello fourth from python diff function test.
236: Hello from python diff function test. 237: Hello error from python diff function test. 238: Hello fourth from python diff function test. 239: Hello fifth from python diff function test.
Actual | Expected |
---|---|
2:! Hello again from python diff function test. 3:! Hello third from python diff function test. | 2:! Hello error from python diff function test. |
4:+ Hello fifth from python diff function test. |