Computer Science, asked by apurva2121, 5 months ago

What will be the value of x when the following statement is executed: x = int(89.7)

Answers

Answered by Himanidaga
1

Answer:

int(89) Since Decimal cannot be included.

Similar questions