I am helping coach First Lego League (FLL) and this year with the SPIKE robot they allow us to use Python to command the robot.
We used to be able (using Scratch style coding) to have the robot do two things at once, like drive forward and raise attachement.
But with Python everything is sequential. How could we have it do both of these at once, or send one function and not have it wait for a response before processing the next function?