pythonizer icon indicating copy to clipboard operation
pythonizer copied to clipboard

print statements lose the contents

Open snoopyjc opened this issue 4 years ago • 2 comments

Translating:

print "Hello World!";

generates:

print()

snoopyjc avatar Nov 07 '21 05:11 snoopyjc

Solution in sub print3:

# issue 10 if( $#ValClass>$k ){
if( $#ValClass>=$k ){	# issue 10

snoopyjc avatar Nov 07 '21 05:11 snoopyjc

Fixed in https://github.com/snoopyjc/pythonizer

snoopyjc avatar Feb 07 '22 16:02 snoopyjc