MACHINE LEARNING

APPLICATION OF SUPERVISED LEARNING

ARTIFICIAL INTELLIGENCE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What would be the output?print("8 + 6")
A
14
B
8+6
C
86
D
("8+6")
Explanation: 

Detailed explanation-1: -Which of the following Python statements will result in the output: 6? Explanation: The output that is required is 6, that is, row 2, item 3. This position is represented by the statement: A[1][2].

Detailed explanation-2: -Explanation: The expression shown above rounds off the given number to the number of decimal places specified. Since the expression given specifies rounding off to two decimal places, the output of this expression will be 56.24.

Detailed explanation-3: -If the variable declared as integer data type and stores the value(7/2) then the output will be 3. The integer datatype can only be used to store the integer part, so it ignored the decimal points and give the answer by approximating the value.

There is 1 question to complete.