codeboot icon indicating copy to clipboard operation
codeboot copied to clipboard

List comprehensions are not working

Open yobad opened this issue 1 year ago • 0 comments

  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 well.

yobad avatar Aug 23 '24 02:08 yobad