Is there no need of using 'print' codes while doing calculations using CPython? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Is there no need of using 'print' codes while doing calculations using CPython?

1st Jun 2020, 6:29 PM
Nandana Anil
Nandana Anil - avatar
1 ответ
+ 1
Nandana Anil Yes, you can enter expressions (like 2+12, 6**3,etc) in the shell and get output without print. Have you tried it yourself?
14th Jun 2020, 7:32 PM
Kevin ★