Original Reddit post

While I was trying to pinpoint an error in some code, Perplexity brought up a syntax error. It said I missed a closing bracket for the list in df_process. Clearly, it has a “]”. I tested this phenomenon and noticed it simply overlooks the closing bracket whenever it’s on its own line. Despite its recommendation to improve readability, where it displays how placing “]” on its own line is better, it still overlooks the closing bracket even when I follow its advice to improve the readability of df_process. submitted by /u/Chamber-of-Wizdom

Originally posted by u/Chamber-of-Wizdom on r/ArtificialInteligence