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')