Inline instruction execution #5
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
The canvas should implement a functionality that allows the user to call the program from any Python script/interpreter as a function call, such as
canvas.open(width, height, number_of_lines)
. The output could then be stored in a variable viareturn
statement. After the coordinates have been generated, the program should continue execution.The text was updated successfully, but these errors were encountered: