codeboot
codeboot copied to clipboard
An in-browser JavaScript REPL which supports single-stepping
Results
24
codeboot issues
Sort by
recently updated
recently updated
newest added
1. Open code boot 2. Type this: my_list = [i for i in range(10)] Result: Error. List comprehensions are part of python 3 and should be working in codeboot as...