Issue with Simple Operations in Phyton. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

28th Feb 2022, 3:48 PM
Samuel Rumbo
Samuel Rumbo - avatar
4 Answers
+ 1
Which exercise??
28th Feb 2022, 3:52 PM
NEZ
NEZ - avatar
+ 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!
28th Feb 2022, 3:59 PM
Samuel Rumbo
Samuel Rumbo - avatar
+ 1
No bug. Anyways, can you paste all relevant info of the problem and it's questions pleasr
28th Feb 2022, 4:26 PM
Slick
Slick - avatar
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
28th Feb 2022, 4:47 PM
Samuel Rumbo
Samuel Rumbo - avatar