pythonizer
pythonizer copied to clipboard
print statements lose the contents
Translating:
print "Hello World!";
generates:
print()
Solution in sub print3:
# issue 10 if( $#ValClass>$k ){
if( $#ValClass>=$k ){ # issue 10
Fixed in https://github.com/snoopyjc/pythonizer