Jsvee transpiler

This tool transpiles the given Python code into form that Jsvee understands and can execute. Not all Python language features are supported. Arithmetical operations, assignments, while loops, for loops to iterate a list, functions, lists, dictionaries and simple classes are available. The only built-in functions available are: abs, float, input, int, len, max, min, range (in for loop), list.append, str.split, and print. You will get an error if the code contains language features which are not available.

Python code:

Width:
Heap height:
Stack height:
Code position: