Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9f87683

Browse files
authored
Merge pull requestwilfredinni#268 from vaibhavb02/patch-5
Update range.md
2 parents6ec9249 +acb11d7 commit9f87683

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

‎docs/builtin/range.md‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@ Python range() built-in function
1616
</base-disclaimer-content>
1717
</base-disclaimer>
1818

19+
##Examples
20+
21+
```python
22+
>>>for iinrange(5):
23+
...print(i)
24+
# 0
25+
# 1
26+
# 2
27+
# 3
28+
# 4
29+
```
30+
1931
<!-- remove this tag to start editing this page-->
2032
<empty-section />
2133
<!-- remove this tag to start editing this page-->

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp