Coding Arduino in Python but got an error and have no idea why please help me My Code: import serial # add Serial library for Serial communication Arduino_Serial = serial.Serial('com4',9600) #Create Serial port object called arduinoSerialData print Arduino_Serial…