http://deisys.tistory.com/178
http://stackoverflow.com/questions/4728073/what-is-the-difference-between-an-expression-and-a-statement-in-python
statement : expression을 포함하는 코드 하나 또는 코드들(ex. print("%d\n",x);
expression : 값, 변수, 연산자 등(ex. 3, x, +, y, -, 10)
좀 더 자세한 내용은 교수님과 이야기 해 보세요.