Computer Science, asked by 130447devanshi, 21 hours ago

Exponential operator is used to calculate the power of numbers.True or False?
Algorithm is well defined step by step procedure to solve a problem.true or false?
// operator gives result in decimal form.True or false?
'if-elif-else' statement are used when we have to evaluate only one condition.True or false?
>= is example of relational operator. True or false?.
We can use else statement without if statement.True or false?
Logical operators evaluate to one of the state either true or false.True or false?
% operator is used to find square of numbers. true or false?

Answers

Answered by sanjoosingh1182
1

Answer:

Python has a number of basic operators including some arithmetic operators.

An arithmetic operator takes numerical values as an input and returns a single numerical value, manipulating the input values in a certain way as directed by the operator.

Similar questions