Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Milline tulemus kuvatakse konsooli?
print(round(2))
print(round(2.02, 1))
print(round(2.02, -1))
print(round(2.02))
print(round(2.02, 2))
print(round(2.0))
print(round(2.02, 0))
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!