Geography, asked by sachin855879ss23, 6 days ago

explain the int( ) function with example​

Answers

Answered by Anonymous
5

Answer:

Python - int() function

Python int() function converts the specified value into an integer number. The int() function will returns an integer object constructed from a number or string let say x, or return 0 if no argum ents are specified.

Similar questions