python
Dashboard
My Repos
Compilers
Python Online
Node JS Online
Golang Online
codepy
Login
My Repos
Sign Out
Online Python Interpreter
Stop
Run
x=int(input()) y=int(input()) if x>0 and y>0: print("точка принадлежит 1 четверти") if x>0 and y<0: print("точка принадлежит 4 четверти") if x<0 and y>0: print("точка принадлежит 2 четверти") if x<0 and y<0: print("точка принадлежит 3 четверти") if x==0 and y!=0: print("точка лежит на оси ox") if y==0 and x!=0: print("точка лежит на оси oy") if y==0 and x==0: print("начало координат")
Share this code with others
Public
Clear
My Repos
Repo
Lang
Login
Register
Login
Create a free account. No Credit card info required.
I agree with the Codepy
Term of Service
Sign Up