Hacker News new | past | comments | ask | show | jobs | submit login

Actually no:

  >>> for v in (1,2,3):
  ...   smu+=v
  ... 
  Traceback (most recent call last):
    File "<stdin>", line 2, in <module>
  NameError: name 'smu' is not defined



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: