79772506

Date: 2025-09-23 11:05:13
Score: 1
Natty:
Report link

Had the same problem. idk if its right but it works on my code

grades = {
    "lance": [1, 2, 3],
    "nate": [1, 2, 3]
}

index = 0
arr = list(grades)
str = arr[index]
grades.pop(str)
print(grades)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Lance Nathan B. De Belen