0

Python where is the word print in calculations???

>>> print or >>> print 3+ 5

21st May 2020, 2:14 PM
Shy Lar
1 Answer
0
That is in python shell.. Enter a calculation directly into the Python shell console, and it will output the answer. For IDE, you need it in print function..
21st May 2020, 7:28 PM
Jayakrishna 🇼🇳