Python Tutorial
Python: Test Order (Greater, Lesser)
By Xah Lee. Date:
2022-09-05
.
x
<
y
less than
x
<=
y
less equal
x
>
y
greater
x
>=
y
greater equal
Python, Operators
Python: Operators
Python: Assignment Operators
Python: Bitwise Operators
Python: if then else
Python: True, False (boolean)
Python: Boolean Operators
Python: Test Equality
Python: Test Order (Greater, Lesser)
Python
Search 🔍
Overview
Python 3
Python 2
Python 2 and 3 Difference
Source Code Encoding
Help
Print Version
Builtin Help
Comment
Comment
String
String
Unicode 🐍
Arithmetic
Operators
Assignment
Convert Int, Float, String
Complex Numbers
Boolean
True, False
Boolean Operators
Test Equality
Test Order
Conditional
If Else
Loop, Iteration
Loop
Data Structure
List
Dictionary
Tuple
Sets
Sequence Types
JSON
Function and Class
Function
Lambda
Closure
Decorator
Class
Object, ID, Type
Module
Import Module
Show Module Doc
List Module's Functions
List Modules
Module Search Paths
Write a Module
Misc
Datetime
Timing, Measure Speed
Regex
Regex
Regex Reference
Read Write File
Read File
Write File
Walk Directory
File Path
Find Script Path
Unicode, Encoding
Get Unicode Name, Codepoint
Convert File Encoding
Text Processing
Find Replace in dir
Find Replace by Regex
Count Word Frequency
Web
Send Email
GET Web Page
Web Crawler
HTTP POST
Misc
Format Code
Get Env Var
System Call
Decompress Gzip
Transpose Matrix
Check Page Load Size
Thumbnail Generation