source:
javavenv/src/test/resources/print3xnonewline.py@
13
Last change on this file since 13 was 13, checked in by , 3 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.