Computer Science, asked by mrsjyotibhushan, 27 days ago

write the output print( math.round(4.361,1))​

Answers

Answered by vibha9559684214
0

Answer:

If the second parameter is missing, then the round() function returns:

if only an integer is given, las 15, then it will round off to 15.

if a decimal number is given, then it will round off to the ceil integer after that if the decimal value has >=5, and it will round off to the floor integer if the decimal is <5.

Explanation:

folow me for thanks

Answered by pragyadiptas
2

Answer:

Python provides an inbuilt function round() which rounds off to the given number of digits and returns the floating-point number, if no number of digits is provided for round off, it rounds off the number to the nearest integer.

Explanation:

Hope this helps.

Mark me as brainliest.

Thank you.

Similar questions