What is the return type of function id ?
a) int
b) float
c) bool
d) dict
Answers
Answer:
The return type of function id is (a) int.
Explanation:
The int() method in Python creates an integer number from the provided value.
If no inputs are provided, the int() function will return 0. It will also generate an integer object from a number or string, such as x.
int() parameter in Python
string: made up of only 1s and 0s
base: (integer value) The number's foundation.
Python's int() yields:
returns an integer value, which in the provided base is equivalent to a binary string.
Python int() Errors & Exceptions:
When a data type other than a string or an integer is given in the equivalent slot, TypeError is returned.
The result of the int() function is number's integer component - for a single parameter value (any number)
0 stands for no arguments.
a number's integer representation with the specified base (0, 2 ,8 ,10,16)
Hence , the answer to this question is a)int .
#SPJ3
Answer:
option a) int
hope this answer will help you