We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cff86b + aed269e commit 94e640bCopy full SHA for 94e640b
python/mspatel927_Greater_Than.py
@@ -0,0 +1,3 @@
1
+# Returns a positive number if x is > y, 0 if they are equal, or a negative number if x is < y
2
+def greaterThan(x, y):
3
+ return (x-y)
0 commit comments