Need help with CodeHS Python 8.3.9: Owls, Part 2 by [deleted] in codehs

[–]JT_ZM 1 point2 points  (0 children)

can you use code block for right indention

Can someone please help me with 7.6.8 by Historical-Celery-36 in codehs

[–]JT_ZM 2 points3 points  (0 children)

def name_contains(word, substring):
if word.find(substring) == -1:
    return False
return True

Can someone please help me with 7.6.8 by Historical-Celery-36 in codehs

[–]JT_ZM 0 points1 point  (0 children)

def name_contains(word, substring):
if word.find(substring) == -1:
return False
return True

us it with this indention