Skip to content

nimafanniasl/py_yrange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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: info@smartnima.com

my website