ФорумПрограммированиеPython → What the heck is an xrange?

What the heck is an xrange?

  • adw0rd

    Сообщения: 22959 Репутация: N Группа: в ухо

    Spritz 24 июня 2012 г. 20:03

    Pop quiz: how would you implement Python’s xrange (known in Python 3.x as range)
    in Python and without making a list or any other sequence type?
    If you answered “with a generator,” you’d be wrong! And it’s likely because you’ve
    only ever used an xrange in code like:


    http://late.am/post/2012/06/18/what-the-heck-is-an-xrange
    https://smappi.org/ - платформа по созданию API на все случаи жизни

Пожалуйста, авторизуйтесь, чтобы написать комментарий!