Skip to content

Commit

Permalink
math_functions
Browse files Browse the repository at this point in the history
using math fuctions
  • Loading branch information
rekhawav20 authored Oct 1, 2020
1 parent 70e4281 commit 149eb83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mathfunctions
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
x = min(65, 90, 65)
y = max(2, 8, 10)

print(x)
print(y)

0 comments on commit 149eb83

Please sign in to comment.