publicMasters/python/math0.py

9 lines
101 B
Python
Raw Normal View History

2022-10-05 17:54:29 +02:00
# module math
import math
math.pi
math.sqrt(5) # racine carré
f = float(input("Valeur reel : "))