Python Programming Training Certification
Flexible Hours
100 Assignments
Instructor Led online Training
50 LMS Access
24X7 Support
100% Skill Level
Enquire Now
Course Overview
Python round() Function
Python round() function rounds off the digits of a number and returns the floating-point number.
Signature
- round(number,digits)
Parameters
number : The number that is to be rounded.
digits : It is the number for which the given number is to be rounded, and it is an optional parameter.
Return
It rounds-off a number and returns the value as output.
Let’s see some examples of round() function which are given below:
Python round() Function Example 1
This example shows working of the round() function in Python:
-
# for integers
print(round(10))# for floating point
print(round(10.8))# even choice
print(round(6.6))
Output:
- 10
11
7
Python round() Function Example 2
This example shows round-off a number to given n digits places:
-
print(round(2.665, 2))
# cannot be represented exactly as a float
print(round(2.675, 2))
Output:
- 2.67
2.67
Candidate’s Journey During Our Training Program
Expert’s Advice & Selection of Module
Choosing the right type of module for the training is half the battle & Our Team of experts will help & guide you.
Get Trained
Get Trained & Learn End to End Implementation from our Expert Trainer who are working on the same domain.
Work on Projects
We Do make our student’s work on multiple case studies , scenario based tasks & projects in order to provide real-time exposure to them.
Placements
We have a dedicated placement cell in order to provide placement assistance & relevant interviews to our candididates till selection
Placement Partner