아무 것도 반환하지 않는 함수로 대입이 완료된 경우를 보고합니다.
예:
def just_print(): print("Hello!") action = just_print()
IDE는 빠른 수정으로 대입을 제거하도록 제안합니다.