Computer Science, asked by yogeshbansod, 25 days ago

C. Fill in the blanks using the given words. - 1. six NOT operators are those special symbols that carry out arithmetic or logical computation 2. operator is used to calculate the power of given number. 3. Python support types of relational operator. 4. operator is used to concatenate or join two strings. 5. operator is used to reverse the truth value of a text expression. D. Write T for true or F for false. 1. Replication operator is used to replicate a given string for the specified number of times. 2. Relational operators are used to assign a value to a variable. 3. Logical operators are used to perform mathematical operations. 4. The order in which the operators are evaluated is called precedence of operators.
  + not \:  \\operators \\ six

Answers

Answered by sravanisoumya24566
0

Answer:

Logical Operators in Python are used to perform logical operations on the values of variables. The value is either true or false. We can figure out the conditions by the result of the truth values. There are mainly three types of logical operators in python : logical AND, logical OR and logical NOT. Operators are represented by keywords or special characters.

Similar questions