Skip to content

Instantly share code, notes, and snippets.

View BlivionIaG's full-sized avatar
🏠
Working from home

BlivionIaG

🏠
Working from home
View GitHub Profile
@BlivionIaG
BlivionIaG / formetrigo.py
Last active June 3, 2021 18:31
formeTrigo
from math import *
# a = float(input("Entrez a: "))
# b = float(input("Entrez b: "))
a = 2*sqrt(2)
b = 2*sqrt(2)
if a == 0 and b == 0:
print("A et B ne peuvent pas être nul.")