source:
javavenv/src/test/resources/print3xnonewline.py@
14
Last change on this file since 14 was 14, checked in by , 2 years ago | |
---|---|
File size: 93 bytes |
Rev | Line | |
---|---|---|
[14] | 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.