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_3k_removed_stuff_py_30.py 289B

12345678910111213
  1. """test relative import"""
  2. # pylint: disable=no-absolute-import
  3. from __future__ import print_function
  4. import func_w0401
  5. __revision__ = filter(None, map(str, (1, 2, 3)))
  6. def function():
  7. """something"""
  8. print(func_w0401)
  9. unic = u"unicode"
  10. low = unic.looower
  11. return low