„this Test Case is hidden“ … | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

„this Test Case is hidden“ …

Does anybody Know why it is hidden ? I wrote my Code like it was questioned in the exercise. Is my Resultat Bad Profil dos it actually Not Work?

22nd Jun 2022, 2:26 PM
mett3
7 Answers
+ 1
Thanks, The Quest is: Write a program that will multiply the sum of 5 and 6 by 57.3 and output the result.
22nd Jun 2022, 2:52 PM
mett3
+ 1
I think you should replace , with . in the float number which equals to 57.3 So the code will be print ((5+6) * 57.3)
22nd Jun 2022, 3:11 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
0
To avoid cheating by hard coding it.. If you want to know about what's the problem with your code, then share your try by saving it code playground along with full problem description.. That's to identify errors if any there by others who may know or help you to solve it.....
22nd Jun 2022, 2:44 PM
Jayakrishna 🇮🇳
0
Put the question and your answer here to can help you 😊
22nd Jun 2022, 2:44 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
0
My dolution was: print ((5+6) * 57,3)
22nd Jun 2022, 2:54 PM
mett3
0
I‘ll try! Thank‘s
22nd Jun 2022, 4:16 PM
mett3
0
… running thx
22nd Jun 2022, 6:49 PM
mett3