hard
Python Code Debugging
Identify and fix errors in a Python snippet.
📝 프롬프트 내용
Review the following Python code snippet, identify the logical error, and provide the corrected code:
for i in range(10):
print(i)
print('Loop finished')