artifact code extraction cannot split within lines. #477
Labels
bug
Something isn't working
Language Support
Issue with our coverage of Python and library code constructs
Your code:
Issue: the code for
c_art
includes the entire line:a = 1; b = 2; d= 4; print(a); c = a + b
It's probably lower priority to slice within a line, but just flagging that this is a known issue.
The text was updated successfully, but these errors were encountered: