Computer Science, asked by santanugogoi818, 7 months ago

10. What will the following code produce ?
a = 8.6
b=2
print (a//b)


1. 4.3
2. 4.0
3. 4
4. compilation error

plzz help yrr​

Answers

Answered by djroshan438
1

Answer:

1. 4.3

Explanation:

a=8.6

b=2

Similar questions