学习记录:py3计算对角线长度

    科技2024-10-05  20

    import math l = 4 #长 w = 10 #宽 d = math.sqrt(l**2 + w**2) print(d)
    Processed: 0.012, SQL: 8