We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e4281 commit 149eb83Copy full SHA for 149eb83
mathfunctions
@@ -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