Getting keyboard input error in module everytime I try to run code

Screenshot 2024-04-11 151633

Getting that error whenever I tell the robot to run code and use its drivetrain. My code does not have errors as it’s one of the example codes. I’m using MicroPython

Which example program are you using? The keyboardInterupt is because MicroPython thinks a CTRL C has been pressed or a hex 03 has been sent as input.