PythonToScala icon indicating copy to clipboard operation
PythonToScala copied to clipboard

Fix python version of isinstance

Open cnu opened this issue 11 years ago • 1 comments

isinstance function was checking the String "foo" instead of the variable foo. And added a check for int to match the scala example.

cnu avatar Sep 04 '14 16:09 cnu

Fixed another example of zip in the scala code.

cnu avatar Sep 04 '14 17:09 cnu