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

Commit 9ec4987

Browse files
author
Amogh Singhal
authored
Update Python_Programming_Quiz.md
1 parent 250f6f6 commit 9ec4987

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

‎Python_Programming_Quiz.md‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,15 @@ Placing a comma-separated list of key:value pairs within the braces adds initial
130130
Dictionaries are sometimes found in other languages as __associative memories__ or __associative arrays__. <br>
131131
Unlike sequences, which are indexed by a range of numbers, dictionaries are indexed by __keys__, which can be any __immutable type__ <br>
132132
`strings` and `numbers` can always be keys
133+
134+
#### 8. Which are the assignment operators in Python ? <br>
135+
Operator | Description |
136+
--- | --- |
137+
`=` | Assign |
138+
`+=` | Add and Assign |
139+
`-=` | Subtract and Assign |
140+
`*=` | Multiply and Assign |
141+
`/=` | Divide and Assign |
142+
`%=` | Modulus and Assign |
143+
`**=` | Exponent and Assign |
144+
`//=` | Floor Divide and Assign |

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /