Skip to content

Instantly share code, notes, and snippets.

@Muckythan
Muckythan / test.py
Last active October 10, 2025 06:48
test
from math import *
from math import pi
print("=== RDM — Traction / Flexion / Cisaillement / Torsion / Rotations ===")
print("1 : Traction / Compression")
print("2 : Flexion")
print("3 : Cisaillement")
print("4 : Torsion")
print("5 : Rotations / Puissance")
choix = int(input("Choix : "))