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.

genexpr_variable_scope.py 164B

12345
  1. """test name defined in generator expression are not available
  2. outside the genexpr scope
  3. """
  4. from __future__ import print_function
  5. print(n) # [undefined-variable]