79244082

Date: 2024-12-02 12:30:34
Score: 2
Natty:
Report link

The solution was really simple - you just need to replace "/" symbol in photo_url to "/" Python:

data_check_string = data_check_string.replace("/", "\/")
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Python Coder