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?
7 Respostas
+ 1
Thanks,
The Quest is:
Write a program that will multiply the sum of 5 and 6 by 57.3 and output the result.
+ 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)
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.....
0
Put the question and your answer here to can help you đ
0
My dolution was:
print ((5+6) * 57,3)
0
Iâll try!
Thankâs
0
⊠running thx