B. State True or False.
1. Logical operators are used to assign a value to the variable.
2. The value of a variable cannot be changed during the program execution.
3. In Python, 'and' is an example of Logical operators.
4. Script Mode is used to create files in Python.
5. Python is a case-sensitive language.
Attachments:
Answers
Answered by
31
Answer:
1. False
1. False2.True
1. False2.True3.True
1. False2.True3.True4.True
1. False2.True3.True4.True5.True
Answered by
21
The given sentences belong to the computer language.
- True/ False involves placing true in front of correct sentences and false in front of incorrect sentences.
- The sentences are -
1. Logical operators are used to assign a value to the variable. - False ( Assignment operators are used)
2. The value of a variable cannot be changed during the program execution. - False ( The value can be changed)
3. In Python, 'and' is an example of Logical operators. - True
4. Script Mode is used to create files in Python. - True
5. Python is a case-sensitive language. - True
Similar questions