Python Example
if 2 > 1:
print("Two is just better!")
SQL Example
SELECT * FROM Students
WHERE Country='Mexico';
Code Compiler
Try our free online code compiler for Python and SQL
