renommé : entier.py -> 1/entier.py
renommé : exo1.py -> 1/exo1.py renommé : exo2.py -> 1/exo2.py renommé : exo3.py -> 1/exo3.py renommé : exo3b.py -> 1/exo3b.py renommé : first.py -> 1/first.py renommé : loop.py -> 1/loop.py renommé : math0.py -> 1/math0.py renommé : string0.py -> 1/string0.py nouveau fichier : 2Prog.md
This commit is contained in:
8
python/1/math0.py
Normal file
8
python/1/math0.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# module math
|
||||
|
||||
import math
|
||||
|
||||
math.pi
|
||||
math.sqrt(5) # racine carré
|
||||
|
||||
f = float(input("Valeur reel : "))
|
Reference in New Issue
Block a user