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 abs() Function
The python abs() function is used to return absolute value of a number. It takes only one argument, a number whose absolute value is to be returned. The argument can be an integer and floating point number. If the argument is a complex number, then, abs() returns its magnitude.
Signature
- abs (num)
Parameters
- num – A number whose absolute value is to be returned. The number can be:
- integer
- floating number
- complex number
Return
It returns the absolute value of the specified number.
Python abs() Function Example 1
Let’s see an example to get absolute value of a number.
- # integer number
integer = -40
print(‘Absolute value of -40 is:’, abs(integer))# floating number
floating = -40.83
print(‘Absolute value of -40.83 is:’, abs(floating))
Output:
- Absolute value of -40 is: 40
Absolute value of -40.83 is: 40.83
Python abs() Function Example 2
This example shows magnitude of a complex number.
- #complex number
complex = (3 – 4j)
print(‘Magnitude of 3 – 4j is:’, abs(complex))
Output:
- Magnitude of 3 – 4j is: 5.0
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