1.

X = 5.2 If ( type(X) is not int) Print(true) Else false

Answer»

ANSWER:

true

EXPLANATION:

because X is float

so type(x) is not INT



Discussion

No Comment Found