We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909203c commit c4aa863Copy full SHA for c4aa863
comparison_operators.py
@@ -0,0 +1,8 @@
1
+a=5
2
+b=2
3
+print(a==b)
4
+print(a>b)
5
+print(a<b)
6
+print(a!=b)
7
+print(a>=b)
8
+print(a<=b)
0 commit comments