not(12/2!=0 and 15%3!=0) results into in python
Answers
Answered by
0
- The result is 82%! =0 Yan lang po hope it help po
Answered by
0
Error:
Not is not defined. If the print statement is printed then the:
print(12/2!=0 and 15%3!=0) , the output is False.
Explanation:
For (12/2!=0 and 15%3!=0)
Let's take the first part 12/2 is 6 which is not equal to 0 and
the second part
15 % 3 is 0, because 3 * 5 =15 , the remainder is 0
Hence, the condition of the second part will be false
even though , the first condition is true the second is false . hence the answer will be False.
If it was a OR statement then either of the two statements any one can be true or is true than ultimately the answer will be true.
Similar questions
World Languages,
3 hours ago
Biology,
3 hours ago
Social Sciences,
3 hours ago
Math,
5 hours ago
Science,
8 months ago
Computer Science,
8 months ago