What is the output of this code? >>> float("210" * int(input("Enter a number:" ))) Enter a number: 2 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

19th Sep 2018, 10:24 PM
Mohamed Ramadan El Geneidy‎
Mohamed Ramadan El Geneidy‎ - avatar
3 Answers
0
210210.0
19th Sep 2018, 10:25 PM
Mohamed Ramadan El Geneidy‎
Mohamed Ramadan El Geneidy‎ - avatar
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
17th Sep 2020, 4:35 AM
Yashaswi Gajbhiye
- 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
26th Nov 2019, 3:56 PM
joy opawole