medium
Debug Python Code Snippet
Ask for assistance in identifying and fixing a bug in a Python script.
📝 Promptens innehåll
Analyze the following Python code snippet that is causing an IndexError. Explain why the error is occurring and provide the corrected code:
my_list = [10, 20, 30]
print(my_list[3])