Why can’t you stop buying 618?From the technical dimension to explore>>>
def test():
i=0
'''
aaaaaa
'''
while i < 5:
'''
bbbbbb
'''
print(i)
i+=1
if __name__ == '__main__':
test()
As mentioned above, improper indentation of Python comments can also lead to an indentation error: unexpected indent. Modify the abbreviation of the note as follows
def test():
i=0
'''
aaaaaa
'''
while i < 5:
'''
bbbbbb
'''
print(i)
i+=1
if __name__ == '__main__':
test()
Similar Posts:
- [733]TabError: inconsistent use of tabs and spaces in indentation
- The solution to the problem of unified does not match any outer indentation level in pychar platform
- Python:IndentationError: expected an indented block
- IndentationError: unexpected indent python
- How to Solve pylint error tab indent
- Python problem solving: ioerror: [errno 32] broken pipe
- MySQL_python‑1.2.5‑cp27‑none‑win_amd64.whl is not a valid wheel filename.
- Handling method of PIP error in pycharm installation
- Django’36935;’21040;Invalid HTTP’u HOST header
- Invalid use of incomplete type struct or class solution