会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
秋刀鱼CCC
Never be ashamed of trying
CnBlogs
Home
New Post
Contact
Admin
Subscription
2023年2月14日
python计算三角形的三个边的边长,首先计算两个坐标点的距离
# -*- coding:utf-8 -*- """ @author: 14931 @file: trianglearea.py @time: 2023/02/14 @desc: """ import math #导入模块 class Point: #创建类,得到一个点 def __init__(s
Read More
posted @ 2023-02-14 16:49 秋刀鱼CCC
Views(181)
Comments(0)
Diggs(0)
Edit
公告