In the CompTIA IT Fundamentals practice exam included in the .zip file from the course overview download has a question that technically has no correct answer available. Question number 27 has a string of commands/arguments
given in Python. Being a novice I had to open my Python 3.8.5 and attempt to find the answer. After typing the commands given, line by line, character by character several times I found that the answer was "ERROR IN SYNTAX".
Which unfortunately is not one of the given choices of answers lol. After looking it over for a moment I noticed that the last line of commands before print was missing one last closure bracket. After placing it, Python then gave me the correct answer, which happened to be among the choices.
-
CompTIA IT Fundamentals Practice Exam Error
-
-
Ooops! It appears there are some copy-pasta errors. You are correct there is a missing parenthesis. Great catch! Something to always consider when working toward a certification is that questions may sometimes have errors in them. I know that sounds far fetched, but I have seen those questions. If you do see those things, then you have to proceed with answering the question with the BEST answer. Effectively, I always took that to mean that you should assume the code/diagram is correct (or you make it correct in your mind), then answer the question. These are few and far between, but you never know.
Godspeed!
Justin