Bootstrap

Python 常见语法错误

1. SyntaxError: 'return' outside function

一般是由于缩进不对引起的,比如tab 和空格混合使用

;