TypeError: unsupported operand type(s) for *: 'NoneType' and 'float' on Visual Studio Code

后端 未结 0 430
渐次进展
渐次进展 2021-01-24 19:01

print(5 - 1) * ((7 + 1) / (3 - 1))

I\'m taking an online Python course and I\'m using VSC as my IDLE.

This is a super simple arithmetic operation but I keep gettin

相关标签:
回答
  • 消灭零回复
提交回复
热议问题