What does the Python generated code do on Blockly with CoDrone Mini?
The generated Python code on Blockly shows the code on the Blockly workspace converted into Python. This code can only be viewed and is unable to be edited, but editing the Blockly code will update the Python code displayed. You can run the generated Python code in another program such as PyCharm. However, the code will not work if user input blocks are included in your program.


