Python IndentationError: expected an indented block
起因
我這段時間無聊玩玩Python,這不玩不要緊,一玩各種報錯就出現了。
這次我來說說這個問題如何解決。
解法
Python是一個對縮排非常敏感的程式語言,以下列出你可能遇到的問題。
#第一種
if 2==2:
print("yes")
else:
print("no")
#第二種
if 2==2:
print("yes")
else:
print("no")
上面這兩段程式碼你放Python裡執行我敢保證你百分之百會出錯,不論是在終端直接執行Python還是執行py
檔案。
解決方法
if 2==2:
print("yes")
else:
print("no")
解決了,完事了,你可能會疑惑就這?
沒錯,還真就這。
主要問題就是把縮排控制好就OK了。
Python真是折磨人啊~~~
完畢
相關文章
- python問題:IndentationError:expected an indented block錯誤解決PythonErrorBloC
- Python錯誤集錦:IndentationError: unexpected indentPythonError
- Python執行報錯IndentationError: unindent does not match any outer indentation levelPythonError
- E. Expected Power
- Error-Expected resource of typeError
- switch case 的 expected expressionExpress
- golang expected declaration, found 'IDENT'GolangIDE
- exp tables sh: Syntax error: `(' is not expectedError
- Vue : Expected the Promise rejection reason to be an ErrorVuePromiseError
- 好用的expected_conditions模組
- Block學習①--block的本質BloC
- pytorch 踩坑,TypeError: expected seqence object with len>_0 or a single integer_typeerror: expected sequence object with len __ 0PyTorchErrorObject
- oracle block phisical address to block#OracleBloC
- shell指令碼報錯:"[: =: unary operator expected"指令碼
- hell指令碼報錯:"[: =: unary operator expected"指令碼
- iOS block巢狀block中weakify的使用iOSBloC巢狀
- Unused Block Compression和Null Block CompressionBloCNull
- 深入理解Block之Block的型別BloC型別
- Block學習②--block的變數捕獲BloC變數
- 每日充電:踩坑expected ‘package‘, found ‘import‘PackageImport
- block沒那麼難(一):block的實現BloC
- iOS Block探究iOSBloC
- iOS--BlockiOSBloC
- block詳解BloC
- oracle dump blockOracleBloC
- oracle block type!OracleBloC
- ORACLE BLOCK DUMPOracleBloC
- oracle hot blockOracleBloC
- block corruption typeBloC
- Ruby Block 理解BloC
- 物理備份是以block來區別邏輯備份的(os block或oracle block) ?BloCOracle
- Block學習⑤--block對物件變數的捕獲BloC物件變數
- gc current block pin time gc current block flush time 疑惑GCBloC
- org.hibernate.QueryException:Expected positional parameter count: 4Exception
- db_block_checksum & db_block_checking 的區別BloC
- Block的型別BloC型別
- block實現原理BloC
- Oracle Log Block SizeOracleBloC