Practical Significance
Like any other 3rd generation language, Python also supports in-built functions to
perform some traditional operations on String and Numbers. The math module is used
to access mathematical functions in the Python. All methods of these functions are
used for integer or real type objects, not for complex numbers. The math module is a
standard module in Python and is always available. To use mathematical functions
under this module, you have to import the module using import math. String functions
will let user to develop a code using basic and advance functions which works on
string. This practical will let learner to use mathematical and string related functions.