Skip to content

Commit 149eb83

Browse files
authored
math_functions
using math fuctions
1 parent 70e4281 commit 149eb83

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mathfunctions

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
x = min(65, 90, 65)
2+
y = max(2, 8, 10)
3+
4+
print(x)
5+
print(y)

0 commit comments

Comments
 (0)