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

Commit5f349b4

Browse files
authored
Update 01_Python_Basics.md
Spelling change from "Remaider" to "Remainder" for the modulus operator description
1 parent719c1f1 commit5f349b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎markdown/01_Python_Basics.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ From **Highest** to **Lowest** precedence:
2828
| Operators| Operation| Example|
2929
| ---------| ----------------| ---------------|
3030
|**| Exponent|`2 ** 3 = 8`|
31-
| %| Modulus/Remaider|`22 % 8 = 6`|
31+
| %| Modulus/Remainder|`22 % 8 = 6`|
3232
| //| Integer division|`22 // 8 = 2`|
3333
| /| Division|`22 / 8 = 2.75`|
3434
| *| Multiplication|`3 * 3 = 9`|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp