Post
Python
What does expected an indented block mean in Python?
Posted on 26th March 2023
This indicates that a function should have minimum one line of code. It also means that a conditional should have minimum one line of code to continue if the condition is true. Docstrings should present in line including the remaining code within a function. To fix that issue, order the docstring.
STILL GOT QUERIES?
Copyright © 2013 - 2023 MindMajix Technologies