Computer Science, asked by ashishpar009, 4 months ago

Q.5 Answer in one word
3. Write syntax of INT function.​

Answers

Answered by LEGEND778
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.

Explanation:

Answered by puneetsinghmaa
1

Answer:

answer to ur question

Explanation:

int <variable> ;

Similar questions