1
0

initial file upload

This commit is contained in:
mlot
2025-05-09 10:12:44 -04:00
parent 61bf543133
commit 40e9918df0
22 changed files with 215 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
guest_list = ['Sir Paul McCartney', 'Kurt Harland', 'Gene Ween', 'Dean Ween']
print(guest_list[4])
# Traceback (most recent call last):
# File "intentional_error.py", line 2, in <module>
# print(guest_list[4])
# ~~~~~~~~~~^^^
# IndexError: list index out of range