source: javavenv/src/test/resources/print3xnonewline.py@ 13

Last change on this file since 13 was 13, checked in by bart, 3 years ago

Added java logconverter to add utilities to log results. Fixed
bug in python ProgressTime.

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