Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Select all correct statements that describe valid ways to round values in python 3.10
int(num) can be used to round values down to the nearest whole number
round is used to round a number to a specific precision. If the precision is not specified, it will return the nearest integer value.
math.floor is used to round an integer value down to the lowest value
math.round can be used to round numbers to the nearest whole number
math.ceil is used to round a number up to the nearest integer value regardless of the value in the decimal.
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!