0 کاربر و 2 مهمان درحال مشاهده موضوع.
سلاممن میخواستم ببینم کسی میتونه کلمات کلیدی self, super, yiled, و همچنین iterator, generator رو یکم توضیح بده و یا یه مطلب معرفی کنه در موردشون. اگه فارسی باشه ممنون میشم
(1)[18:18][ArchLinux][~]$ python3Python 3.6.5 (default, Apr 14 2018, 13:17:30) [GCC 7.3.1 20180406] on linuxType "help", "copyright", "credits" or "license" for more information.>>> import keyword>>> print(keyword.kwlist)['False', 'None', 'True', 'and', 'as', 'assert', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'finally', 'for', 'from', 'global', 'if', 'import', 'in', 'is', 'lambda', 'nonlocal', 'not', 'or', 'pass', 'raise', 'return', 'try', 'while', 'with', 'yield']>>>
ممنون اینو میدونم منظورم شیوه کارشون بود