-
#사용한 기능 더보기 식별자 print() int() if() #사분면 구하기 x = input() y = input() x = int(x) y = int(y) if x==0 and y==0 : print("원점") if x>0 and y==0 : print("x축") if x0 and y>0 : print("제1 사분면") if x0 : print("제2 사분면") if x