0
What is the output of this code? >>> float("210" * int(input("Enter a number:" ))) Enter a number: 2
What is the output of this code? >>> float("210" * int(input("Enter a number:" ))) Enter a number: 2
3 Respostas
0
210210.0
0
>>> float("210"*int(input("enter")))
enter =7
then output is 2.1021021021021022e+20
why is it so can any one help mi out of this
- 1
What is the output of this code?
>>> float("210" * int(input("Enter a number:" )))
Enter a number: 2
thank you and please help me out with this