Valid JN0-222 Dumps shared by ExamDiscuss.com for Helping Passing JN0-222 Exam! ExamDiscuss.com now offer the newest JN0-222 exam dumps, the ExamDiscuss.com JN0-222 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com JN0-222 dumps with Test Engine here:
In Phython, my_list = [ 1, 2, 3] is an example of which type of operation?
Correct Answer: B
Recent Comments (The most recent comments are at the top.)
Nilu - Dec 23, 2021
It should be assignment operator. for membership operator [ in / not in] should be used.
But assignment operator is used to assign a value.
Python has 8 assignment operators:
= (Assign) += (Add and assign) -= (Subtract and assign) *= (Multiply and assign) /= (Divide and assign) %= (Modulus and assign) **= (Exponentiation and assign) //= (Floor-divide and assign)
Recent Comments (The most recent comments are at the top.)
It should be assignment operator. for membership operator [ in / not in] should be used.
But assignment operator is used to assign a value.
Python has 8 assignment operators:
= (Assign)
+= (Add and assign)
-= (Subtract and assign)
*= (Multiply and assign)
/= (Divide and assign)
%= (Modulus and assign)
**= (Exponentiation and assign)
//= (Floor-divide and assign)