Range

class Varwin.Range(start: float, stop: float, step: float)

Bases: object

The range type represents an immutable sequence of numbers and is commonly used for looping a specific number of times in for loops.