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.

long_lines_with_utf8.py 304B

1234567
  1. # coding: utf-8
  2. """Test data file files with non-ASCII content."""
  3. THIS_IS_A_LONG_VARIABLE_NAME = 'Существительное Частица' # but the line is okay
  4. THIS_IS_A_VERY_LONG_VARIABLE_NAME = 'Существительное Частица' # and the line is not okay # [line-too-long]