what will be the result of 24/4 in python
Answers
Answered by
0
Answer:
do floor division and get an integer result (discarding any fractional result) you can use the // operator; to calculate the ...
Answered by
1
Answer:
Options:
{1, 2, 3, 4, 5}
{3, 4, 5, 1, 2, 3}
{1, 2, 3, 3, 4, 5}
Error
Output:
1. {1, 2, 3, 4, 5}
Explanation: The method update adds elements to a set.
Similar questions