``` Language: python Code: if str(32) == " @ ": print("[+] True ") else: print("[-] False ") Output: File "/piston/jobs/2742b05f-0b7e-4ba2-8892-6dcc8d2c3d76/file0.code", line 2 print("[+] True ") ^ SyntaxError: invalid non-printable character U+00A0 ```