0
Issue with Simple Operations in Phyton.
There is an excercise where one has to do this - print((42+29)*99). I think this is the correct answer but it says it is wrong the whole time. I saw more people with the same issue. Do you know if they can fix it soon?
4 Respostas
+ 1
Which exercise??
+ 1
2.1Phyton for beginners
We gotta fill the code that is showed like this:
__((__+29)*__)
And it says: that you gotta show the result of 42+29 and it's result multipled per 99. So i though the correct answer is
print ((42+29)*99)
But it says that it is wrong. So my question is: is it wrong or is there a bug or something?
Thanks!
+ 1
No bug.
Anyways, can you paste all relevant info of the problem and it's questions pleasr
0
I don't know what else to say about this 😅. The issue i have is literally what i wrote above. Maybe it is not clear enough cos of my bad English but It is just that: 2.1 Simple Operations (operaciones simples in Spanish)
We gotta solve this:
__((__+29)*__)
And it says: that you gotta show the result of 42+29 and its result must be multipled per 99.
It gives next options for the empty spaces:
print, ++, 42, **, out, 99
And i gave next solution:
print ((42+29)*99)
I saw there is more people with the same problem and i tried already all combinations.
I hope i explained it understandable