Computer Science, asked by ashishpar009, 6 months ago

Write syntax of INT function.​

Answers

Answered by Anonymous
1

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. Default argument is zero.

Answered by Unknown1819
1

consists of 1's and 0's base : (integer value) base of the number. Returns : Returns an integer value, which is equivalent of binary string in the given base.

Similar questions