We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f854c5b commit 0b0225bCopy full SHA for 0b0225b
1 file changed
working-with-the-python-operator-module/operator_mod_samples.py
@@ -1,3 +1,5 @@
1
+import operator
2
+
3
print(operator.truediv(5, 2)) # 5 / 2
4
5
print(operator.ge(5, 2)) # 5 >= 2
0 commit comments