TGSW Range function program in the python
The Project
"This program in Python prints numbers from 2 to 6 using a for loop and the range() function.range(2, 7) Generates numbers starting from 2 up to 6. The stop value (7) is not included.Generates numbers starting from 2 up to 6.So the sequence becomes:2, 3, 4, 5, 6"
About the team
Team members
More cool Web projects

LevelUp
Web

