'Exec' function not working V5 Python

Tried using the ‘exec’ function in V5 Python, lights up blue like a keyword, still doesn’t work. Any ideas why? I put in a string command, however, it still does not run. Even this: exec( ‘drivetrain.drive_for(FORWARD, 24, INCHES’) just will not move the robot. I checked the API but it doesn’t say anything about that (though I might have missed it). Anyone know why it’s not working or how to fix it?

I doubt we support exec in that way, it’s never been tested, not an expected use case for V5 Python.