Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nimafanniasl/py_yrange

Use generator for range function
https://github.com/nimafanniasl/py_yrange

python python3 range

Last synced: 5 days ago
JSON representation

Use generator for range function

Awesome Lists containing this project

README

        

Use the generator for the range function!
----------------------
installation method:
```pip install yrange```

How to use:
```
First import yrange in your application.
You can then work with yrange using yrange (max, min = None).
```

example:
```
from yrange.yrange import yrange

for i in yrange(10000,1):
print(i)
```

enjoy.

Contact me: [email protected]

[my website](https://smartnima.com)