Type Casting Techniques in Python
The purpose of Type Casting Techniques is in python is that "To Convert one Type of value into Another Possible Type of value".
in python programming we have 5 fundamentals Type Casting Techniques They are:
1.int()
2.float()
3.bool()
4.complex()
5.st...
saisindhu.hashnode.dev1 min read