what is the output of >>>b = 20//2 * 0 10 10.0 0.0
Answers
Answered by
3
- The value of b is 10.
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
Operators: Operators are symbols used to perform mathematical calculations/operations.
The different types of operators in Python are as follows -
- Arithmetic Operators: Used to perform mathematical operations like addition, subtraction etc.
- Logical Operators: Used to compare one or more relational expression.
- Assignment Operators: Used to assign values to variables.
- Comparison Operators: Used for comparing values.
- Identity Operators: Used to compare objects.
- Bitwise Operators: Used to compare binary numbers.
- Membership Operators: Used to check whether any sequence is present in any object or not.
Answered by
1
Answer:
photosynthesis is a process in which plant take carbon dioxide and release oxygen
Explanation:
please mark as brainlist and
Similar questions
Math,
3 days ago
Accountancy,
3 days ago
India Languages,
3 days ago
History,
6 days ago
Math,
6 days ago
Chemistry,
8 months ago
Math,
8 months ago
English,
8 months ago