Basic Math and the Python Console

preview_player
Показать описание
This video shows how to use the python console in PyCharm to test out basic arithmetic in Python 3. The standard operators are discussed, as well as basic order of operations and storing results in variables.
Рекомендации по теме
Комментарии
Автор

My pycharm wont do " 3 + 4" I'm on the regualr coding screen though. Also. The book im reading didn't specify to go to console to do it. So I'm not sure why its not doing simple addition or multiplication.

DreaminBig