对啊,python对空格要求非常严格,缩进是非常重要的,比如def hello(): ++++print("hello world") # line1 ++++print("hahaha~~") #line2 上面的+代表空格,def下一行 ...
確定! 回上一頁