Python百科3:数学基础知识
一、坐标系
坐标原点的坐标是(0,0)
x轴上原点右边是正坐标,向右越来越大
x轴上原点左边是负坐标,向左越来越小
y轴上原点上边是正坐标,向上越来越大
y轴上原点下边是负坐标,向下越来越小

print('hello python ,hello world')
print('hello python ,hello world')
print('hello python ,hello world')
print('hello python ,hello world')