Computer Science, asked by manojruby1979, 27 days ago

which of the following is an erroneous statement? (1 Point) float("12B") float("12.3") int(float("12.3")) float(int(12.3​

Answers

Answered by PhoenixAnish
2

error statement is float(int(12.3 .

bracket is incomplete there .

Similar questions