what is the output of following python function hex(15)
Answers
Answered by
0
Answer:
thanks for free points
Answered by
0
Answer:
The function hex() is used to convert the given argument into its hexadecimal representation, in lower case. Hence the output of the function hex(15) is 0xf
.
I hope this helps you........
Similar questions