codeboot
codeboot copied to clipboard
List comprehensions are not working
- Open code boot
- 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 well.