source:
pyrunner/src/test/resources/print3xnonewline.py@
1251
Last change on this file since 1251 was 350, checked in by , 2 years ago | |
---|---|
File size: 93 bytes |
Line | |
---|---|
1 | print("hello", end="") |
2 | print("this is another message", end="") |
3 | print("And another", end="") |
Note:
See TracBrowser
for help on using the repository browser.