pythonizer
pythonizer copied to clipboard
return is not a function in python
Translation of:
return;
to:
return()
actually returns an empty tuple. The proper code should be:
return
Fixed in https://github.com/snoopyjc/pythonizer