Python utilise les mathématiques

import math

print(math.sqrt(4))
Nazário