Quality Report: pyflakes
Diff: origin/main...HEAD, staged and unstaged changes
7 8 9 10 11 12
"""A less messy function""" for char in spongebob: if char in squarepants: return char unused=1 return None