Skip to content

Commit

Permalink
Update calculate.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
YBCA7 authored Apr 20, 2024
1 parent 7a019fd commit 37afb15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion calculate.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
from math import sqrt, sin, cos, tan, acos, degrees, radians
from math import *


def e(code):
return eval(code)


def circumference_area(edge_a, edge_b, edge_c):
Expand Down

0 comments on commit 37afb15

Please sign in to comment.