Code won't run but no error code
已回答
I'm just learning python. trying to run
a=5
b=a-2
c=b*7
run doesn't spit out anything but i get an error code 0. pycharm is telling me everything is great and nothing works at the same time. i tried putting spaces around = sign but that didn't help.
请先登录再写评论。
Hi Dannytate76! Try to add some prints, e.g.:
Your code prints nothing so there's no relevant output.