0
Do you have to print(7 - 3 + 5) to get the problem to register?
without "print" problem won't compute. is that a given??
2 Answers
+ 3
Print is outputting to the screen and is necessary when using IDE or Idle etc. However if you just launch python from PowerShell/command/terminal you can leave it the print and it will output.
+ 1
Thanks a bunch!