1.
Question 1
what is the type of the following: 1
[Link]
[Link]
[Link]
ans-b
[Link] 2
what is the result of the following code segment: type(int(12.3))
[Link]
[Link]
[Link]
ans-a
[Link] 3
What is the result of the following code segment: int(3.99)
a.3
b.3.99
c.4
ans- a
[Link] 4
What is the result of the following code segment: int(True)
a.1
b.0
[Link]
ans-a