Computer Science, asked by daniurian04, 7 months ago

what will be the result of 24/4 in python

Answers

Answered by akashtrader86
0

Answer:

do floor division and get an integer result (discarding any fractional result) you can use the // operator; to calculate the ...

Answered by Anonymous
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