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_noerror_yield_return_mix.py 111B

1234567
  1. """ module doc """
  2. __revision__ = None
  3. def somegen():
  4. """this kind of mix is OK"""
  5. yield 1
  6. return