We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f8555 commit 50f0053Copy full SHA for 50f0053
examples/06-verif-manual/vm-008-parametric_calculation.py
@@ -47,6 +47,7 @@
47
x2, y2, z2 = -200, 25, 80
48
dist_kp = math.sqrt((x2 - x1)**2 + (y2 - y1)**2 + (z2 - z1)**2)
49
print(dist_kp)
50
+
51
"""
52
53
###############################################################################
0 commit comments