Computer Science, asked by kashishchetwani777, 4 months ago

B. State True or False:
1. Logical operators are used to assign a value to a variable.
2. The value of avariable cannot be changed during program execution.
3. In Python, land' is an example of Logical operators.
4. Script Mode is used to create files in Python.
5. Python is a case sensitive language.​

Answers

Answered by mvpatagar21
0

Answer:

1. true

2.?

3.true

4. true

hope this ans may help u

Answered by Anonymous
3

⠀⠀⠀☆Answer

1. Logical operators are used to assign a value to a variable.

False

  • Logical operators are used to assign a value to the variable.

2. The value of variable cannot be changed during program execution.

True

  • A constant is a data item whose value cannot change during the program's execution.

3. In Python, land' is an example of Logical operators.

True

  • There are three logical operators that are used to compare values. They evaluate expressions down to Boolean values.

4. Script Mode is used to create files in Python.

True

  • The script mode in the python is used for creating and editing python developing code files.

5. Python is a case sensitive language.

True

  • Python is a case-sensitive language. This means, Variable and variable are not the same.
Similar questions