1 Crore+ students have signed up on EduRev. Have you? Download the App |
_________ In Python, data elements are stored as key-value pairs.
It is known as ________, to refer to variables whose values can be modified after they have been created and assigned.
Every key and value in the dictionary are separated from one another by a __________.
It is recommended to use _____________ when we need uniqueness of elements and to prevent duplication.
The term _________ refers to variables whose values cannot be modified once they have been created and assigned.
Which include the four fundamental arithmetic operations, modular division, floor division, and exponentiation.
The values that are used by the operators are referred to as __________.
________by comparing the operand values on each side, We can ascertain their relationship.
Operand-based computation is used. Raising the operand on the left to the power of the operand on the right is what this means.
Which of the logical operators listed below is supported by Python.
The variable on its left has its value either assigned or modified by ___________ operator.
To determine whether a variable’s value belongs to a specific type or not, __________ are used.
Use the ___________ operator to verify that both operands are true.
To determine if a value is a member of the given sequence or not, membership operators are used _________.
It is also possible to use ___________ to assess whether or not two variables are referring to the same thing.
The expression is evaluated using a ____________ operators.
A combination of constants, variables, and operators is known as a ____________.