What I'm trying to make is that if you turn on that gray switch, you can enter your annual salary and make it appear on that LCD screen that you collect more taxes if your annual salary is above a certain level, but I don't know what to do. Is there a problem with that code? I'm a beginner at coding, so please help me.
python arduino
In Python, blocks are distinguished using indentation. (if statements, for statements, function definitions, etc.)
If you look at the capture screen, you will see IndicationError
on the 14th line. You do not need to indent a step in the 14th line starting with if
. This is an error.
599 GDB gets version error when attempting to debug with the Presense SDK (IDE)
577 PHP ssh2_scp_send fails to send files as intended
887 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
610 Uncaught (inpromise) Error on Electron: An object could not be cloned
© 2024 OneMinuteCode. All rights reserved.