Skip to content

Commit c2d98bd

Browse files
committed
Update range.md with improved examples and explanations
1 parent b4ebc0f commit c2d98bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/builtin/range.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ Two examples where the `stop` parameter is set to 0
108108
```python
109109
>>> for i in range(0):
110110
... print(i)
111-
#
111+
#
112112
```
113113

114114
```python
115115
>>> for i in range(1,0):
116116
... print(i)
117-
#
117+
#
118118
```

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy