Computer Science, asked by dineshlandrover, 6 days ago

what is the output of >>>b = 20//2 * 0 10 10.0 0.0​

Answers

Answered by anindyaadhikari13
3

\texttt{\textsf{\large{\underline{Answer}:}}}

  • The value of b is 10.

\texttt{\textsf{\large{\underline{Explanation}:}}}

In python, // operator is used to perform floor division. It returns the integer part of the result obtained after division.

When 20 is divided by 2, 10 is obtained as the quotient. So,

> b = 20 // 2

> b = 10

\texttt{\textsf{\large{\underline{Learn More}:}}}

Operators: Operators are symbols used to perform mathematical calculations/operations.

The different types of operators in Python are as follows -

  1. Arithmetic Operators: Used to perform mathematical operations like addition, subtraction etc.
  2. Logical Operators: Used to compare one or more relational expression.
  3. Assignment Operators: Used to assign values to variables.
  4. Comparison Operators: Used for comparing values.
  5. Identity Operators: Used to compare objects.
  6. Bitwise Operators: Used to compare binary numbers.
  7. Membership Operators: Used to check whether any sequence is present in any object or not.
Answered by abhaysingh27052019
1

Answer:

photosynthesis is a process in which plant take carbon dioxide and release oxygen

Explanation:

please mark as brainlist and

Similar questions