Computer Science, asked by anishaommi2001, 5 hours ago

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

Attachments:

Answers

Answered by richitha77
0

Answer:

true

Explanation:

because x is float

so type(x) is not int

Similar questions