79717936

Date: 2025-07-28 22:29:16
Score: 1.5
Natty:
Report link

Doesn't it because you don't use return operator in last line of my_sub_routine description? You return None from test_read into my_sub_routine , but don't return it's result from my_sub_routine. If I understand, your last line shoud be

return test_read(p)
# not simple test_read(p)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Паша Иден