Can anyone tell me how to perform basic numerical operations like adding on python because when I do it it does not show any output
10/12/2018 3:03:13 PM
Devansh Taliyan2 Answers
New AnswerYou need to tell the computer manually what you want to display. To show basic text use the print function e.g. print(2 + 3) print(3 * 3)
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message