Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

func_raw_escapes.txt 315B

123
  1. W: 5: Anomalous Unicode escape in byte string: '\u'. String constant might be missing an r or u prefix.
  2. W: 6: Anomalous Unicode escape in byte string: '\U'. String constant might be missing an r or u prefix.
  3. W: 7: Anomalous Unicode escape in byte string: '\N'. String constant might be missing an r or u prefix.