""" Pylint score: -10 """ import nonexistent def loop(): count = 0 for i in range(5): count += 1 print(count)