I a newbie here so cant describe the question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

I a newbie here so cant describe the question

Print(3-3*(33 + 77) )

21st May 2021, 1:26 PM
Rohit
4 Answers
+ 4
Complete the python for beginners course. You will automatically know about it
21st May 2021, 1:34 PM
Atul [Inactive]
+ 4
No biggie, if you got confused here's how it goes: print(3-3*(33 + 77)) >Parenthesis (33+77) evaluate first. >Then Multiplication 3 * 110 >Then Subtraction 3 - 330 >Output = -327 Learn the Operator Precedence table, that way you can easily calculate the output of such problems.
21st May 2021, 1:40 PM
Isaac Fernandes
Isaac Fernandes - avatar
+ 2
Thankyou very much 🙂
21st May 2021, 1:42 PM
Rohit
+ 2
Np :)
21st May 2021, 1:42 PM
Isaac Fernandes
Isaac Fernandes - avatar