source: pyrunner/src/test/resources/print3xnonewline.py@ 1441

Last change on this file since 1441 was 350, checked in by wouter, 3 years ago

#110 all code working

File size: 93 bytes
RevLine 
[350]1print("hello", end="")
2print("this is another message", end="")
3print("And another", end="")
Note: See TracBrowser for help on using the repository browser.