Twise Random

A site about computer science .
Skip to content
  • apple
  • android
  • c
  • cpp
  • data structure and algorithms
  • macos
  • python
  • tutorials

Tag: reversed

reversed in python , a tutorial

Posted on July 30, 2019October 29, 2020 by mohamad wael

What is reversed?

The reversed class is used to create a reverse iterator from an object .

This object , must either implement the __getitem__ and the __len__ special methods . In this case reverse will create an iterator from

… Read More
python __reversed__, generator, iterable, reversed