Learn conditional expressions in 5 minutes! ❓
86.8K views on YouTube
# conditional expression = A one-line shortcut for the if-else statement (ternary operator)
# Print or assign one of two values based on a condition
# X if condition else Y