3.1 Conditional Statements conditional steps의 statement는 실행될 수도 있고, 실행되지 않을 수도 있다. if question : statement If the question(condition) is false then python will skip all the statement Comparison Operator : Greater than != : Not equal Comparison operator look at variables but do not change the variables Indentation Python에서 Indentation은 매우 중요함 Indentation은..