A data engineer has developed a code block to completely reprocess data based on the following if condition in Python: if process_mode = "init" and not is_table_exist : print ( "Start processing ..." ) This code block is returning an invalid syntax error. Which of the following changes should be made to the code block to fix this error ?