4)Explain the int() function with an example
5)Explain the count() function and strip() function
Answers
Answered by
2
Answer:
The int() function converts the specified value into an integer number. The int() function returns an integer object constructed from a number or string x, or return 0 if no arguments are given. A number or string to be converted to integer object. ... Number format.
Similar questions