会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
sriver_dl
墨者看遍天下皆是丹青,测试看尽万物皆是bug
CnBlogs
Home
New Post
Contact
Admin
Subscription
2022年5月20日
用python判断三角形的形状
# coding:utf-8 class point: def __init__(self,x,y,name): self.x = x self.y = y self.name = name '''两点距离公式''' def distance(self,p2): self.d=((self.x-p2
Read More
posted @ 2022-05-20 14:57 sriver_dl
Views(520)
Comments(0)
Diggs(0)
Edit