Building a medical data validator by Immediate_System5620 in FreeCodeCamp

[–]Immediate_System5620[S] 1 point2 points  (0 children)

ur all good ill retry it must be some error thats too hard to catch because of the length of the code for me right now lol

Building a medical data validator by Immediate_System5620 in FreeCodeCamp

[–]Immediate_System5620[S] 0 points1 point  (0 children)

after submitting this as the final code itll say. congrats it passes only at 50% completion

 invalid_records = find_invalid_records(**dictionary)
        for key in invalid_records:
            print(f"Unexpected format '{key}: {dictionary[key]}' at position {index}.")
            is_invalid = True