file이라는 클래스의 readlines메서드를 쓰려는데


score_file = open(...)
score_file.rea

여기까지 쓰면 read, readline, readlines정도가 메서드 후보로 나오잖슴

뭐 아무거나 잡아서 readlines를 쓴다고하면
score_file.readlines
여기까지 밖에 안써짐

내가 원하는건
score_file.readlines()인데..

파이썬은 소괄호 안붙이는게 코딩할때 유리해서 안붙여주는거냐..